Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kurlov committed Aug 29, 2024
1 parent ac06a9f commit 1d48a85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: SENDER_ADDRESS
value: {{ .Values.emailsender.senderAddress }}
- name: SENDER_ALIAS
value: { { .Values.emailsender.senderAlias } }
value: {{ .Values.emailsender.senderAlias }}
- name: EMAIL_PROVIDER
value: {{ .Values.emailsender.emailProvider }}
- name: HTTPS_CERT_FILE
Expand Down

0 comments on commit 1d48a85

Please sign in to comment.