diff options
author | Steve Milner <smilner@redhat.com> | 2017-05-19 14:27:24 -0400 |
---|---|---|
committer | Steve Milner <smilner@redhat.com> | 2017-05-19 14:27:24 -0400 |
commit | 536eee03f6e5d6fd8389593b7350f1bee5b02b28 (patch) | |
tree | c3535638b76a6d15702f3dc92eaf16d30d68517f /inventory/byo/hosts.ose.example | |
parent | 46dca9b8b15ed67adfa2ca617f300e5d1df7c3e0 (diff) | |
download | openshift-536eee03f6e5d6fd8389593b7350f1bee5b02b28.tar.gz openshift-536eee03f6e5d6fd8389593b7350f1bee5b02b28.tar.bz2 openshift-536eee03f6e5d6fd8389593b7350f1bee5b02b28.tar.xz openshift-536eee03f6e5d6fd8389593b7350f1bee5b02b28.zip |
inventory: rename certificates->certificate in router example
Per change 9397727e433cbd9bfd865fb5ad773c7b6b4590e8, router replaced
certificates with certificate.
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index f75a47bb8..e57b831f3 100644 --- a/inventory/byo/hosts.ose.example +++ b/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 |