Skip to content

Commit d08dbfd

Browse files
committed
update default values
1 parent 4a75ece commit d08dbfd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/postgres/service.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ metadata:
99
# job is considered part of the release.
1010
"helm.sh/hook": pre-install
1111
"helm.sh/hook-weight": "-2"
12-
"helm.sh/hook-delete-policy": hook-failed
1312
spec:
1413
ports:
1514
- port: 5432

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ diffgramSettings:
108108
EMAIL_VALIDATION: '"False"' # Turns on email verification for new accounts.
109109
EMAIL_DOMAIN_NAME: example.com
110110
SMTP_HOST: none
111-
SMTP_PORT: none
111+
SMTP_PORT: '"465"'
112112
SMTP_USERNAME: none
113113
SMTP_FROM_EMAIL: none
114114

0 commit comments

Comments
 (0)