mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Blog: add helm chart add quotes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user