Update SMTP env var names for kan

This commit is contained in:
Ian Keane 2026-08-24 10:16:43 -04:00
parent a943d398ff
commit 3e8251f0e0

View file

@ -16,10 +16,11 @@ spec:
data: data:
BETTER_AUTH_SECRET: "{{ `{{ .better_auth_secret }}` }}" BETTER_AUTH_SECRET: "{{ `{{ .better_auth_secret }}` }}"
POSTGRES_URL: "postgresql://postgres:{{ `{{ .postgres_password }}` }}@postgres.postgres.svc.cluster.local:5432/kan?sslmode=disable" POSTGRES_URL: "postgresql://postgres:{{ `{{ .postgres_password }}` }}@postgres.postgres.svc.cluster.local:5432/kan?sslmode=disable"
EMAIL_SERVER_HOST: "{{ `{{ .ses_smtp_endpoint }}` }}" SMTP_HOST: "{{ `{{ .ses_smtp_endpoint }}` }}"
EMAIL_SERVER_PORT: "587" SMTP_PORT: "587"
EMAIL_SERVER_USER: "{{ `{{ .ses_smtp_user }}` }}" SMTP_USER: "{{ `{{ .ses_smtp_user }}` }}"
EMAIL_SERVER_PASSWORD: "{{ `{{ .ses_smtp_password }}` }}" SMTP_PASSWORD: "{{ `{{ .ses_smtp_password }}` }}"
SMTP_SECURE: "false"
EMAIL_FROM: "noreply@{{ .Values.domain }}" EMAIL_FROM: "noreply@{{ .Values.domain }}"
data: data:
- secretKey: better_auth_secret - secretKey: better_auth_secret