Browse Source

Merge pull request #2354 from abutcher/ca-rt

Correct masterCA config typo
Scott Dodson 8 years ago
parent
commit
6b97248962
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/openshift_master/templates/master.yaml.v1.j2

+ 2 - 2
roles/openshift_master/templates/master.yaml.v1.j2

@@ -173,7 +173,7 @@ oauthConfig:
 {% if openshift.common.version_gte_3_2_or_1_2 | bool %}
   masterCA: ca-bundle.crt
 {% else %}
-  masterCA: ca.rt
+  masterCA: ca.crt
 {% endif %}
   masterPublicURL: {{ openshift.master.public_api_url }}
   masterURL: {{ openshift.master.api_url }}
@@ -210,7 +210,7 @@ serviceAccountConfig:
 {% if openshift.common.version_gte_3_2_or_1_2 | bool %}
   masterCA: ca-bundle.crt
 {% else %}
-  masterCA: ca.rt
+  masterCA: ca.crt
 {% endif %}
   privateKeyFile: serviceaccounts.private.key
   publicKeyFiles: