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