Fix trusted origins for kan

This commit is contained in:
Ian Keane 2026-08-24 18:51:16 -04:00
parent 3e8251f0e0
commit ca04fa9043

View file

@ -16,6 +16,7 @@ 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"
BETTER_AUTH_TRUSTED_ORIGINS: "https://todo.{{ .Values.domain }}"
SMTP_HOST: "{{ `{{ .ses_smtp_endpoint }}` }}" SMTP_HOST: "{{ `{{ .ses_smtp_endpoint }}` }}"
SMTP_PORT: "587" SMTP_PORT: "587"
SMTP_USER: "{{ `{{ .ses_smtp_user }}` }}" SMTP_USER: "{{ `{{ .ses_smtp_user }}` }}"