From 0faf17c7eefaba08012e7d69209cd59327098ea6 Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Wed, 1 Apr 2026 13:11:58 -0400 Subject: [PATCH] SMTP port in core template --- mailman3/templates/core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailman3/templates/core.yaml b/mailman3/templates/core.yaml index 6456c21..ab4d873 100644 --- a/mailman3/templates/core.yaml +++ b/mailman3/templates/core.yaml @@ -51,7 +51,7 @@ spec: - name: SMTP_HOST value: {{ .Values.smtp.host }} - name: SMTP_PORT - value: {{ .Values.smtp.port }} + value: "{{ .Values.smtp.port }}" {{- else }} - name: SMTP_HOST value: {{ include "mailman3.fullname" . }}-core.{{ .Release.Namespace }}.svc.{{ $clusterDomain }}