diff options
author | Jim Minter <jminter@redhat.com> | 2017-10-06 11:35:10 -0500 |
---|---|---|
committer | Jim Minter <jminter@redhat.com> | 2017-10-13 16:41:55 -0500 |
commit | 991acfe542464c768cf25868039ae1e364a386ad (patch) | |
tree | 1520328aaa8de11531f9ff5dd67233a32ad77450 /roles/openshift_master/templates | |
parent | d5028b30f57cbd5a22a398b5fb1dbf273b3eb2b8 (diff) | |
download | openshift-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/templates')
-rw-r--r-- | roles/openshift_master/templates/master.yaml.v1.j2 | 7 |
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 }} |