We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a75ece commit d08dbfdCopy full SHA for d08dbfd
templates/postgres/service.yaml
@@ -9,7 +9,6 @@ metadata:
9
# job is considered part of the release.
10
"helm.sh/hook": pre-install
11
"helm.sh/hook-weight": "-2"
12
- "helm.sh/hook-delete-policy": hook-failed
13
spec:
14
ports:
15
- port: 5432
values.yaml
@@ -108,7 +108,7 @@ diffgramSettings:
108
EMAIL_VALIDATION: '"False"' # Turns on email verification for new accounts.
109
EMAIL_DOMAIN_NAME: example.com
110
SMTP_HOST: none
111
- SMTP_PORT: none
+ SMTP_PORT: '"465"'
112
SMTP_USERNAME: none
113
SMTP_FROM_EMAIL: none
114
0 commit comments