update
This commit is contained in:
@@ -2,6 +2,6 @@ apiVersion: v2
|
||||
name: timetracker
|
||||
description: A Helm chart for the TimeTracker application
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
appVersion: "1.0.0"
|
||||
dependencies: []
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -41,7 +41,6 @@ backend:
|
||||
oidc:
|
||||
issuerUrl: ""
|
||||
clientId: ""
|
||||
redirectUri: ""
|
||||
|
||||
# Session configuration
|
||||
session:
|
||||
|
||||
Reference in New Issue
Block a user