From b78379f87ca8f3d7556b0d8d00fd665d45243a66 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 19:14:32 +0100 Subject: [PATCH] Blog: smtp little config http false and port and emtpy pw --- apps/templates/blog-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 15dd9f8..74ba1c7 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -29,7 +29,7 @@ spec: smtpHost: "smtp.eu.mailgun.org" smtpPort: "587" smtpUser: "postmaster@mail.hensen.io" - # smtpPassword: "" + smtpPassword: "-" # smtpProtocol: "ssl" # smtpService: "" smptExistingSecret: ghost-es