From 524da2c1265bd27f3f4b0bdd18b0eea7ee7bbfd3 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Mon, 3 Apr 2023 14:42:31 +0200 Subject: [PATCH] Update configmap.yaml --- Chart/templates/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index fb905e8..ac80cf3 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -7,7 +7,7 @@ metadata: data: SMTP_PORT: '2525' SMTP_AUTH: 'true' - SMTP_FROM: 'noreply@customer.v3.nu' + SMTP_FROM: 'customer-noreply@v3.nu' {{- if .Values.email }} {{- if .Values.email.forceFromEmail }} SMTP_FORCE_FROM: {{ .Values.email.forceFromEmail }} @@ -24,7 +24,7 @@ data: SMTP_ALLOWONLY_EMAILS: {{ .Values.email.allowedEmails | join "," }} {{- end }} {{- else }} - SMTP_FORCE_FROM: "noreply@customer.v3.nu" + SMTP_FORCE_FROM: "customer-noreply@v3.nu" SMTP_FROM_NAME: "V3 Customer Mailer" {{- end }}