From 34ee0702a84aa44346682795e3f600caec7b7024 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 19:03:50 +0100 Subject: [PATCH] Blog: add helm chart add quotes --- apps/templates/blog-helm.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 0bdc4c1..31e5909 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -26,12 +26,13 @@ spec: ghostHost: "blog.hensen.io" ghostPath: / ghostEnableHttps: true - smtpHost: smtp.eu.mailgun.org - smtpPort: 587 - smtpUser: postmaster@mail.hensen.io - smtpPassword: "ignored-but-has-to-exist-else-password-isnt-passed" - smtpProtocol: ssl - smtpService: mailgun + smtpHost: "smtp.eu.mailgun.org" + smtpPort: "587" + smtpUser: "postmaster@mail.hensen.io" + smtpPassword: "" + smtpProtocol: "ssl" + smtpService: "" + smptExistingSecret: ghost-es allowEmptyPassword: false resourcesPreset: "micro" containerPorts: