Add env secure false

This commit is contained in:
Ruben Hensen
2025-03-26 03:23:32 +01:00
parent 3225729773
commit 90a274ef5b
2 changed files with 9 additions and 49 deletions
+9
View File
@@ -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