diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-07-21 16:16:47 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-07-21 16:16:47 -0400 |
commit | 63699feb49b03f2acd9f2705743480172381b913 (patch) | |
tree | a5446d7babd7edebbcca217b44a8d7dd3185b5eb /roles/openshift_master | |
parent | 0cbeae4df062af3e2c1a4cb08ef3b4e742394ed6 (diff) | |
parent | c1641d686610f12f2590d2c1dbea5e3967d807f4 (diff) | |
download | openshift-63699feb49b03f2acd9f2705743480172381b913.tar.gz openshift-63699feb49b03f2acd9f2705743480172381b913.tar.bz2 openshift-63699feb49b03f2acd9f2705743480172381b913.tar.xz openshift-63699feb49b03f2acd9f2705743480172381b913.zip |
Merge pull request #378 from sdodson/issue333
Add masterCA to ServiceAccountConfig
Diffstat (limited to 'roles/openshift_master')
-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 |