Skip to content

Commit

Permalink
Fix SendGrid API key secret (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Haug <[email protected]>
  • Loading branch information
reknih authored Jun 14, 2024
1 parent 13eb40c commit 4dcebce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data:
{{- end }}
{{- if eq .Values.mailer.adapter "Bamboo.SendGridAdapter" }}
{{- if .Values.mailer.sendgridApiKey }}
SENDGRID_API_KEY: {{ .Values.mailgun.sendgridApiKey | toString | b64enc }}
SENDGRID_API_KEY: {{ .Values.mailer.sendgridApiKey | toString | b64enc }}
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 4dcebce

Please sign in to comment.