diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2018-01-10 16:53:15 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2018-01-10 16:53:15 -0500 |
commit | b44f61f4737a3a398a4f7a9591f37a2e6ee769ce (patch) | |
tree | 05ff3137be10929c82aa27e1afb555aa1907c916 /roles | |
parent | fa8b17c95de8445849ff8412f1c5affd63892c11 (diff) | |
download | openshift-b44f61f4737a3a398a4f7a9591f37a2e6ee769ce.tar.gz openshift-b44f61f4737a3a398a4f7a9591f37a2e6ee769ce.tar.bz2 openshift-b44f61f4737a3a398a4f7a9591f37a2e6ee769ce.tar.xz openshift-b44f61f4737a3a398a4f7a9591f37a2e6ee769ce.zip |
Fixing openshift_hosted variable.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_hosted/defaults/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_hosted/defaults/main.yml b/roles/openshift_hosted/defaults/main.yml index b6501d288..f40085976 100644 --- a/roles/openshift_hosted/defaults/main.yml +++ b/roles/openshift_hosted/defaults/main.yml @@ -69,7 +69,7 @@ r_openshift_hosted_router_os_firewall_allow: [] ############ openshift_hosted_registry_selector: "{{ openshift_registry_selector | default(openshift_hosted_infra_selector) }}" -penshift_hosted_registry_registryurl: "{{ openshift_hosted_images_dict[openshift_deployment_type] }}" +openshift_hosted_registry_registryurl: "{{ openshift_hosted_images_dict[openshift_deployment_type] }}" openshift_hosted_registry_routecertificates: {} openshift_hosted_registry_routetermination: "passthrough" |