Skip to content

Commit

Permalink
fix: username
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaribe committed Jan 2, 2025
1 parent 39cec59 commit f5464fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
data:
SMTP_RELAY_HOSTNAME: "{{ .SMTP_RELAY_HOSTNAME }}"
SMTP_RELAY_SERVER: "{{ .SMTP_RELAY_SERVER }}"
SMTP_RELAY_USERNAME: noreply@"{{ .SMTP_RELAY_HOSTNAME }}"
SMTP_RELAY_USERNAME: noreply@{{ .SMTP_RELAY_HOSTNAME }}
SMTP_RELAY_PASSWORD: "{{ .SMTP_RELAY_PASSWORD }}"
dataFrom:
- extract:
Expand Down

0 comments on commit f5464fe

Please sign in to comment.