From 991acfe542464c768cf25868039ae1e364a386ad Mon Sep 17 00:00:00 2001 From: Jim Minter Date: Fri, 6 Oct 2017 11:35:10 -0500 Subject: Rewire openshift_template_service_broker_namespaces configurable --- roles/openshift_master/templates/master.yaml.v1.j2 | 7 ------- 1 file changed, 7 deletions(-) (limited to 'roles/openshift_master') diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2 index 9b3fbcf49..7acbcb7d6 100644 --- a/roles/openshift_master/templates/master.yaml.v1.j2 +++ b/roles/openshift_master/templates/master.yaml.v1.j2 @@ -275,12 +275,5 @@ servingInfo: - {{ cipher_suite }} {% endfor %} {% endif %} -{% if openshift_template_service_broker_namespaces is defined %} -templateServiceBrokerConfig: - templateNamespaces: -{% for namespace in openshift_template_service_broker_namespaces %} - - {{ namespace }} -{% endfor %} -{% endif %} volumeConfig: dynamicProvisioningEnabled: {{ openshift.master.dynamic_provisioning_enabled }} -- cgit v1.2.1