summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-06-20 14:45:44 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-06-20 17:06:59 -0400
commitf50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75 (patch)
tree99b69c6354a47eb9f51e4c2d053163b3bb7e0550 /roles/openshift_master/templates
parent0b0e0d1ec88af89f6315e1602b30ffe5218c88dc (diff)
downloadopenshift-f50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75.tar.gz
openshift-f50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75.tar.bz2
openshift-f50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75.tar.xz
openshift-f50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75.zip
Adding option for serviceAccountConfig.limitSecretReferences
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