diff options
author | Scott Dodson <sdodson@redhat.com> | 2015-07-21 15:38:55 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2015-07-21 15:38:55 -0400 |
commit | c1641d686610f12f2590d2c1dbea5e3967d807f4 (patch) | |
tree | a5446d7babd7edebbcca217b44a8d7dd3185b5eb | |
parent | 0cbeae4df062af3e2c1a4cb08ef3b4e742394ed6 (diff) | |
download | openshift-c1641d686610f12f2590d2c1dbea5e3967d807f4.tar.gz openshift-c1641d686610f12f2590d2c1dbea5e3967d807f4.tar.bz2 openshift-c1641d686610f12f2590d2c1dbea5e3967d807f4.tar.xz openshift-c1641d686610f12f2590d2c1dbea5e3967d807f4.zip |
Add masterCA to ServiceAccountConfig
-rw-r--r-- | roles/openshift_master/templates/master.yaml.v1.j2 | 1 |
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 |