mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Blog: Add dummy pw
This commit is contained in:
@@ -17,7 +17,7 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
image:
|
image:
|
||||||
debug: false
|
debug: true
|
||||||
ghostUsername: ruben
|
ghostUsername: ruben
|
||||||
## @param existingSecret Name of existing secret containing Ghost credentials
|
## @param existingSecret Name of existing secret containing Ghost credentials
|
||||||
## NOTE: Must contain key `ghost-password`
|
## NOTE: Must contain key `ghost-password`
|
||||||
@@ -40,6 +40,7 @@ spec:
|
|||||||
smtpHost: smtp.hostinger.com
|
smtpHost: smtp.hostinger.com
|
||||||
smtpPort: 465
|
smtpPort: 465
|
||||||
smtpUser: ruben@hensen.io
|
smtpUser: ruben@hensen.io
|
||||||
|
smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed"
|
||||||
smtpProtocol: tls
|
smtpProtocol: tls
|
||||||
## @param smtpExistingSecret The name of an existing secret with SMTP credentials
|
## @param smtpExistingSecret The name of an existing secret with SMTP credentials
|
||||||
## NOTE: Must contain key `smtp-password`
|
## NOTE: Must contain key `smtp-password`
|
||||||
|
|||||||
Reference in New Issue
Block a user