diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 572342c20f..61ed82764c 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -235,9 +235,7 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}} #osm_api_server_args={'max-requests-inflight': ['400']} # default subdomain to use for exposed routes -{% if openshift_app_subdomain is defined %} openshift_master_default_subdomain={{openshift_app_subdomain}} -{% endif %} # additional cors origins #osm_custom_cors_origins=['foo.example.com', 'bar.example.com']