This commit is contained in:
2026-02-18 19:19:42 +01:00
parent 9b783037ff
commit 5c86afd640
6 changed files with 39 additions and 45 deletions

View File

@@ -54,8 +54,6 @@ spec:
value: {{ .Values.backend.oidc.issuerUrl | quote }}
- name: OIDC_CLIENT_ID
value: {{ .Values.backend.oidc.clientId | quote }}
- name: OIDC_REDIRECT_URI
value: {{ .Values.backend.oidc.redirectUri | quote }}
- name: SESSION_SECRET
value: {{ .Values.backend.session.secret | quote }}
- name: APP_URL

View File

@@ -41,7 +41,6 @@ backend:
oidc:
issuerUrl: ""
clientId: ""
redirectUri: ""
# Session configuration
session: