diff options
author | Russell Teague <rteague@redhat.com> | 2017-10-10 10:31:15 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-10-10 10:31:15 -0400 |
commit | 4b4d680d45cbd6c2a8455e988cbd9137a9e4f820 (patch) | |
tree | cc2c7c2247c81cb90313a647af9684375a41d9aa /inventory | |
parent | 2fb41eea9aa4b328d7da1c5e4b7de2e717549ed7 (diff) | |
download | openshift-4b4d680d45cbd6c2a8455e988cbd9137a9e4f820.tar.gz openshift-4b4d680d45cbd6c2a8455e988cbd9137a9e4f820.tar.bz2 openshift-4b4d680d45cbd6c2a8455e988cbd9137a9e4f820.tar.xz openshift-4b4d680d45cbd6c2a8455e988cbd9137a9e4f820.zip |
Fix typo in inventory example
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 406d53052..0b6050891 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -894,9 +894,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # You may wish to disable these or make them non fatal # # openshift_upgrade_pre_storage_migration_enabled=true -# openshift_upgrade_pre_storage_migration_fatal==true +# openshift_upgrade_pre_storage_migration_fatal=true # openshift_upgrade_post_storage_migration_enabled=true -# openshift_upgrade_post_storage_migration_fatal==false +# openshift_upgrade_post_storage_migration_fatal=false # host group for masters [masters] |