don't double encode secret
parent
13563d4512
commit
c318ca26b6
|
@ -18,7 +18,7 @@ data:
|
|||
SLACK_TOKEN: {{ .Values.slack.token | b64enc }}
|
||||
{{- end }}
|
||||
{{- if .Values.googleApplicationCredentials }}
|
||||
google-application-credentials.json: {{ .Values.googleApplicationCredentials | b64enc }}
|
||||
google-application-credentials.json: {{ .Values.googleApplicationCredentials }}
|
||||
{{- end }}
|
||||
{{- if .Values.hipchat.enabled }}
|
||||
HIPCHAT_TOKEN: {{ .Values.hipchat.token | b64enc}}
|
||||
|
|
Loading…
Reference in New Issue