summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-07-21 15:38:55 -0400
committerScott Dodson <sdodson@redhat.com>2015-07-21 15:38:55 -0400
commitc1641d686610f12f2590d2c1dbea5e3967d807f4 (patch)
treea5446d7babd7edebbcca217b44a8d7dd3185b5eb /roles
parent0cbeae4df062af3e2c1a4cb08ef3b4e742394ed6 (diff)
downloadopenshift-c1641d686610f12f2590d2c1dbea5e3967d807f4.tar.gz
openshift-c1641d686610f12f2590d2c1dbea5e3967d807f4.tar.bz2
openshift-c1641d686610f12f2590d2c1dbea5e3967d807f4.tar.xz
openshift-c1641d686610f12f2590d2c1dbea5e3967d807f4.zip
Add masterCA to ServiceAccountConfig
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_master/templates/master.yaml.v1.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2
index bc766ec9b..5e46f8f69 100644
--- a/roles/openshift_master/templates/master.yaml.v1.j2
+++ b/roles/openshift_master/templates/master.yaml.v1.j2
@@ -107,6 +107,7 @@ serviceAccountConfig:
- default
- builder
- deployer
+ masterCA: ca.crt
privateKeyFile: serviceaccounts.private.key
publicKeyFiles:
- serviceaccounts.public.key