Skip to content

Commit

Permalink
[FIX] MAILGUN_API_KEY in secrets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jun 14, 2024
1 parent 4dcebce commit 198536f
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 @@ -32,7 +32,7 @@ data:
{{- end }}
{{- if eq .Values.mailer.adapter "Bamboo.MailgunAdapter" }}
{{- if .Values.mailer.mailgun.apiKey }}
MAILGUN_API_KEY: {{ .Values.mailgun.apiKey | toString | b64enc }}
MAILGUN_API_KEY: {{ .Values.mailer.mailgun.apiKey | toString | b64enc }}
{{- end }}
{{- end }}
{{- if eq .Values.mailer.adapter "Bamboo.MandrillAdapter" }}
Expand Down

0 comments on commit 198536f

Please sign in to comment.