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

@@ -2,6 +2,6 @@ apiVersion: v2
name: timetracker name: timetracker
description: A Helm chart for the TimeTracker application description: A Helm chart for the TimeTracker application
type: application type: application
version: 1.0.4 version: 1.0.5
appVersion: "1.0.0" appVersion: "1.0.0"
dependencies: [] dependencies: []

View File

@@ -55,7 +55,7 @@ spec:
- name: OIDC_CLIENT_ID - name: OIDC_CLIENT_ID
value: {{ .Values.backend.oidc.clientId | quote }} value: {{ .Values.backend.oidc.clientId | quote }}
- name: OIDC_REDIRECT_URI - 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 - name: SESSION_SECRET
value: {{ .Values.backend.session.secret | quote }} value: {{ .Values.backend.session.secret | quote }}
- name: APP_URL - name: APP_URL

View File

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