Skip to content

Commit

Permalink
fix: Incorrect mapping of SMTP username
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Sep 20, 2024
1 parent d302c11 commit 08c9305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/config/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ smtp:
smtp:
enabled: {{ .Values.alerting.email.enabled }}
host: "{{ .Values.alerting.email.host }}"
user: "{{ .Values.alerting.email.username }}"
user: "{{ .Values.alerting.email.user }}"
password: "{{ .Values.alerting.email.password }}"
sender: "{{ .Values.alerting.email.sender }}"
{{ end }}

0 comments on commit 08c9305

Please sign in to comment.