We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a26203 commit 15c6ecfCopy full SHA for 15c6ecf
1 file changed
install/helm/charts/common/templates/_secrets.tpl
@@ -43,7 +43,7 @@ Params:
43
{{- if empty $value -}}
44
{{- $secretData := (lookup "v1" "Secret" (include "common.namespace" .context) .secret).data -}}
45
{{- if and $secretData (hasKey $secretData .key) -}}
46
- {{- $value = index $secretData .key -}}
+ {{- $value = index $secretData .key | b64dec -}}
47
{{- end -}}
48
49
0 commit comments