Browse Source

Merge pull request #4954 from kwoodson/storageclass_doc_fix

Fixing storageclass doc variable.
Scott Dodson 7 years ago
parent
commit
ca398e546b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      inventory/byo/hosts.origin.example
  2. 1 1
      inventory/byo/hosts.ose.example

+ 1 - 1
inventory/byo/hosts.origin.example

@@ -563,7 +563,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #
 # StorageClass
 # openshift_storageclass_name=gp2
-# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': false}
+# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': 'false'}
 #
 
 # Logging deployment

+ 1 - 1
inventory/byo/hosts.ose.example

@@ -563,7 +563,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #
 # StorageClass
 # openshift_storageclass_name=gp2
-# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': false}
+# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': 'false'}
 #
 
 # Logging deployment