try dropping this
This commit is contained in:
parent
7bdf500792
commit
711eb4b438
1 changed files with 1 additions and 3 deletions
|
@ -236,10 +236,8 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}}
|
||||||
|
|
||||||
# default subdomain to use for exposed routes
|
# default subdomain to use for exposed routes
|
||||||
{% if openshift_app_subdomain is defined %}
|
{% if openshift_app_subdomain is defined %}
|
||||||
{% if openshift_app_subdomain %}
|
|
||||||
openshift_master_default_subdomain={{openshift_app_subdomain}}
|
openshift_master_default_subdomain={{openshift_app_subdomain}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# additional cors origins
|
# additional cors origins
|
||||||
#osm_custom_cors_origins=['foo.example.com', 'bar.example.com']
|
#osm_custom_cors_origins=['foo.example.com', 'bar.example.com']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue