Update SMTP env var names for kan
This commit is contained in:
parent
a943d398ff
commit
3e8251f0e0
1 changed files with 5 additions and 4 deletions
|
|
@ -16,10 +16,11 @@ spec:
|
|||
data:
|
||||
BETTER_AUTH_SECRET: "{{ `{{ .better_auth_secret }}` }}"
|
||||
POSTGRES_URL: "postgresql://postgres:{{ `{{ .postgres_password }}` }}@postgres.postgres.svc.cluster.local:5432/kan?sslmode=disable"
|
||||
EMAIL_SERVER_HOST: "{{ `{{ .ses_smtp_endpoint }}` }}"
|
||||
EMAIL_SERVER_PORT: "587"
|
||||
EMAIL_SERVER_USER: "{{ `{{ .ses_smtp_user }}` }}"
|
||||
EMAIL_SERVER_PASSWORD: "{{ `{{ .ses_smtp_password }}` }}"
|
||||
SMTP_HOST: "{{ `{{ .ses_smtp_endpoint }}` }}"
|
||||
SMTP_PORT: "587"
|
||||
SMTP_USER: "{{ `{{ .ses_smtp_user }}` }}"
|
||||
SMTP_PASSWORD: "{{ `{{ .ses_smtp_password }}` }}"
|
||||
SMTP_SECURE: "false"
|
||||
EMAIL_FROM: "noreply@{{ .Values.domain }}"
|
||||
data:
|
||||
- secretKey: better_auth_secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue