Skip to content

Commit

Permalink
fix valuesAreBase64Encoded toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Nov 11, 2019
1 parent 57e21cb commit 7f3fe17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
type: Opaque
{{- if not .Values.secret.useGcpServiceAccountAnnotation }}
data:
{{- if .Values.valuesAreBase64Encoded }}
{{- if .Values.secret.valuesAreBase64Encoded }}
service-account-key.json: {{.Values.secret.googleServiceAccountKeyfileJson | toString}}
{{- else }}
service-account-key.json: {{.Values.secret.googleServiceAccountKeyfileJson | toString | b64enc}}
Expand Down

0 comments on commit 7f3fe17

Please sign in to comment.