From 4fb8fb9a3d215209109d94e71efcffbd0d7cfb71 Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Wed, 1 Apr 2026 12:46:50 -0400 Subject: [PATCH] Bugfix --- mailman3/templates/web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailman3/templates/web.yaml b/mailman3/templates/web.yaml index f1c4252..274e89f 100644 --- a/mailman3/templates/web.yaml +++ b/mailman3/templates/web.yaml @@ -76,7 +76,7 @@ spec: - name: SMTP_HOST_PASSWORD value: {{ .Values.smtp.host_password }} - name: SMTP_USE_TLS - value: {{ .Values.smtp.use_tls }} + value: "{{ .Values.smtp.use_tls }}" {{- else }} - name: SMTP_HOST value: {{ include "mailman3.fullname" . }}-core.{{ .Release.Namespace }}.svc.{{ $clusterDomain }}