This commit is contained in:
2026-02-18 20:09:38 +01:00
parent 01502122b2
commit 8b45fffd6e
3 changed files with 2 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ spec:
- name: OIDC_CLIENT_ID
value: {{ .Values.backend.oidc.clientId | quote }}
- name: OIDC_REDIRECT_URI
value: {{ .Values.backend.oidc.redirectUri | quote }}
value: {{ (index .Values.ingress.hosts 0).host | printf "https://%s/api/auth/callback" | quote }}
- name: SESSION_SECRET
value: {{ .Values.backend.session.secret | quote }}
- name: APP_URL