From e52480720a039adc2032dc6f96078a8295b263dc Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 16:02:39 +0100 Subject: [PATCH] Blog: Add dummy pw --- apps/templates/blog-helm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 26b991f..7e061ab 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -17,7 +17,7 @@ spec: helm: values: | image: - debug: false + debug: true ghostUsername: ruben ## @param existingSecret Name of existing secret containing Ghost credentials ## NOTE: Must contain key `ghost-password` @@ -40,6 +40,7 @@ spec: smtpHost: smtp.hostinger.com smtpPort: 465 smtpUser: ruben@hensen.io + smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed" smtpProtocol: tls ## @param smtpExistingSecret The name of an existing secret with SMTP credentials ## NOTE: Must contain key `smtp-password`