Blog: Add dummy pw

This commit is contained in:
Ruben Hensen
2025-03-25 16:02:39 +01:00
parent 21b57b8fa0
commit e52480720a
+2 -1
View File
@@ -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`