update
This commit is contained in:
@@ -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: []
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ backend:
|
|||||||
oidc:
|
oidc:
|
||||||
issuerUrl: ""
|
issuerUrl: ""
|
||||||
clientId: ""
|
clientId: ""
|
||||||
redirectUri: ""
|
|
||||||
|
|
||||||
# Session configuration
|
# Session configuration
|
||||||
session:
|
session:
|
||||||
|
|||||||
Reference in New Issue
Block a user