Browse Source

Fixing route spec caCertificate to be correctly capitalized

ewolinetz 7 years ago
parent
commit
3720a7a251
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_metrics/templates/route.j2

+ 1 - 1
roles/openshift_metrics/templates/route.j2

@@ -17,7 +17,7 @@ spec:
   tls:
     termination: {{ tls.termination }}
 {% if tls.ca_certificate is defined and tls.ca_certificate | length > 0 %}
-    CACertificate: |
+    caCertificate: |
 {{ tls.ca_certificate|indent(6, true) }}
 {% endif %}
 {% if tls.key is defined and tls.key | length > 0 %}