Fix trusted origins for kan
This commit is contained in:
parent
3e8251f0e0
commit
ca04fa9043
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }}` }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue