mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-07-16 08:14:48 +00:00
edited configmap
This commit is contained in:
@ -64,7 +64,8 @@ data:
|
|||||||
appHost: {{ .Values.config.email.appHost | default "" | quote }}
|
appHost: {{ .Values.config.email.appHost | default "" | quote }}
|
||||||
oauth2:
|
oauth2:
|
||||||
{{- if .Values.config.oauth2.existingSecret }}
|
{{- if .Values.config.oauth2.existingSecret }}
|
||||||
# Client ID and Secret will be injected from Secret
|
client_id: $DT_OAUTH2_CLIENT_ID
|
||||||
|
client_secret: $DT_OAUTH2_CLIENT_SECRET
|
||||||
{{- else }}
|
{{- else }}
|
||||||
client_id: {{ .Values.config.oauth2.client_id | default "" | quote }}
|
client_id: {{ .Values.config.oauth2.client_id | default "" | quote }}
|
||||||
client_secret: {{ .Values.config.oauth2.client_secret | default "" | quote }}
|
client_secret: {{ .Values.config.oauth2.client_secret | default "" | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user