This shouldn't matter, but...

This commit is contained in:
Kevin Fenzi 2018-08-22 21:34:03 +00:00
parent dec505049a
commit 2fd02f7efc

View file

@ -80,10 +80,8 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}}
# for *.apps.test.example.com that points at your infra nodes which will run
# your router
{% if openshift_app_subdomain is defined %}
{% if openshift_app_subdomain %}
openshift_master_default_subdomain={{openshift_app_subdomain}}
{% endif %}
{% endif %}
###############################################################################
# Additional configuration variables follow #