diff options
| -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  | 
