don't double encode secret

pull/412/head
Karolis Rusenas 2019-06-16 11:43:17 +01:00
parent 13563d4512
commit c318ca26b6
1 changed files with 1 additions and 1 deletions

View File

@ -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}}