mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add env secure false
This commit is contained in:
@@ -47,6 +47,15 @@ spec:
|
||||
## NOTE: When it's set, the `smtpPassword` parameter is ignored
|
||||
##
|
||||
smtpExistingSecret: hensenio-smtp
|
||||
## @param extraEnvVars Array with extra environment variables to add to the Ghost container
|
||||
## e.g:
|
||||
## extraEnvVars:
|
||||
## - name: FOO
|
||||
## value: "bar"
|
||||
##
|
||||
extraEnvVars:
|
||||
- name: mail__options__secure
|
||||
value: "false"
|
||||
# Mount the ConfigMap as a volume
|
||||
extraVolumes:
|
||||
- name: ghost-config
|
||||
|
||||
Reference in New Issue
Block a user