Skip to content

Commit

Permalink
don't double encode secret
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Jun 16, 2019
1 parent 13563d4 commit c318ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/keel/templates/secret.yaml
Expand Up @@ -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}}
Expand Down

0 comments on commit c318ca2

Please sign in to comment.