Skip to content

Commit

Permalink
[FIX] typo for MAILER_ADAPTER variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Nov 3, 2023
1 parent 6e43e18 commit 4d20c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
{{- end }}
{{- if .Values.mailer.adapter }}
- name: MAILER_ADAPTER
value: {{ .Values.mailer.adatper | toString | quote }}
value: {{ .Values.mailer.adapter | toString | quote }}
{{- end }}
{{- if eq .Values.mailer.adapter "Bamboo.SMTPAdapter" }}
{{- if .Values.mailer.smtp.host }}
Expand Down

0 comments on commit 4d20c0b

Please sign in to comment.