summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master
diff options
context:
space:
mode:
authorJim Minter <jminter@redhat.com>2017-10-06 11:35:10 -0500
committerJim Minter <jminter@redhat.com>2017-10-13 16:41:55 -0500
commit991acfe542464c768cf25868039ae1e364a386ad (patch)
tree1520328aaa8de11531f9ff5dd67233a32ad77450 /roles/openshift_master
parentd5028b30f57cbd5a22a398b5fb1dbf273b3eb2b8 (diff)
downloadopenshift-991acfe542464c768cf25868039ae1e364a386ad.tar.gz
openshift-991acfe542464c768cf25868039ae1e364a386ad.tar.bz2
openshift-991acfe542464c768cf25868039ae1e364a386ad.tar.xz
openshift-991acfe542464c768cf25868039ae1e364a386ad.zip
Rewire openshift_template_service_broker_namespaces configurable
Diffstat (limited to 'roles/openshift_master')
-rw-r--r--roles/openshift_master/templates/master.yaml.v1.j27
1 files changed, 0 insertions, 7 deletions
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 }}