diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-22 04:10:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-22 04:10:01 -0400 |
commit | d1e87cea86851e7f2c89889761503cf271075df5 (patch) | |
tree | c0acd306752acf4a377a0dc7efb35fb6807dc56e /roles/openshift_master/templates | |
parent | 44dfe8867150d8fed01e08d02bdf4e5692f3b078 (diff) | |
parent | c140a54ed6743e345d38d34e3771def29970ea3d (diff) | |
download | openshift-d1e87cea86851e7f2c89889761503cf271075df5.tar.gz openshift-d1e87cea86851e7f2c89889761503cf271075df5.tar.bz2 openshift-d1e87cea86851e7f2c89889761503cf271075df5.tar.xz openshift-d1e87cea86851e7f2c89889761503cf271075df5.zip |
Merge pull request #4516 from kwoodson/limit_refs
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_master/templates')
-rw-r--r-- | roles/openshift_master/templates/master.yaml.v1.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2 index 6c26e5092..af3ebc6d2 100644 --- a/roles/openshift_master/templates/master.yaml.v1.j2 +++ b/roles/openshift_master/templates/master.yaml.v1.j2 @@ -235,7 +235,7 @@ projectConfig: routingConfig: subdomain: "{{ openshift_master_default_subdomain | default("") }}" serviceAccountConfig: - limitSecretReferences: false + limitSecretReferences: {{ openshift_master_saconfig_limitsecretreferences | default(false) }} managedNames: - default - builder |