Browse Source

inventory: rename certificates->certificate in router example

Per change 9397727e433cbd9bfd865fb5ad773c7b6b4590e8, router replaced
certificates with certificate.
Steve Milner 7 years ago
parent
commit
536eee03f6
2 changed files with 4 additions and 4 deletions
  1. 2 2
      inventory/byo/hosts.origin.example
  2. 2 2
      inventory/byo/hosts.ose.example

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

@@ -345,7 +345,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #  selector: type=router1
 #  images: "openshift3/ose-${component}:${version}"
 #  edits: []
-#  certificates:
+#  certificate:
 #    certfile: /path/to/certificate/abc.crt
 #    keyfile: /path/to/certificate/abc.key
 #    cafile: /path/to/certificate/ca.crt
@@ -359,7 +359,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #  serviceaccount: router
 #  selector: type=router2
 #  images: "openshift3/ose-${component}:${version}"
-#  certificates:
+#  certificate:
 #    certfile: /path/to/certificate/xyz.crt
 #    keyfile: /path/to/certificate/xyz.key
 #    cafile: /path/to/certificate/ca.crt

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

@@ -345,7 +345,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #  selector: type=router1
 #  images: "openshift3/ose-${component}:${version}"
 #  edits: []
-#  certificates:
+#  certificate:
 #    certfile: /path/to/certificate/abc.crt
 #    keyfile: /path/to/certificate/abc.key
 #    cafile: /path/to/certificate/ca.crt
@@ -359,7 +359,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #  serviceaccount: router
 #  selector: type=router2
 #  images: "openshift3/ose-${component}:${version}"
-#  certificates:
+#  certificate:
 #    certfile: /path/to/certificate/xyz.crt
 #    keyfile: /path/to/certificate/xyz.key
 #    cafile: /path/to/certificate/ca.crt