summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-22 04:10:01 -0400
committerGitHub <noreply@github.com>2017-06-22 04:10:01 -0400
commitd1e87cea86851e7f2c89889761503cf271075df5 (patch)
treec0acd306752acf4a377a0dc7efb35fb6807dc56e /roles/openshift_master/templates
parent44dfe8867150d8fed01e08d02bdf4e5692f3b078 (diff)
parentc140a54ed6743e345d38d34e3771def29970ea3d (diff)
downloadopenshift-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.j22
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