Skip to content
Snippets Groups Projects
Commit 03e26f59 authored by julian.baeume's avatar julian.baeume :pick:
Browse files

Fix: copy & paste error in helm chart secret template

if redis.auth.enabled was true, the chart did not render successfully.
parent 5e902cfb
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ type: Opaque
data:
username: {{ .Values.redis.auth.username | b64enc | quote }}
password: {{ .Values.redis.auth.password | b64enc | quote }}
ca.crt: {{ .Values.redis.auth.ca | b64enc | quote }}
ca.crt: {{ .Values.redis.tls.ca | b64enc | quote }}
{{- end -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment