mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-04-11 20:50:42 +00:00
added realtime options
This commit is contained in:
@ -74,4 +74,5 @@ data:
|
||||
token_url: {{ .Values.config.oauth2.token_url | default "" | quote }}
|
||||
user_info_url: {{ .Values.config.oauth2.user_info_url | default "" | quote }}
|
||||
redirect_url: {{ .Values.config.oauth2.redirect_url | default "" | quote }}
|
||||
name: {{ .Values.config.oauth2.name | default "" | quote }}
|
||||
name: {{ .Values.config.oauth2.name | default "" | quote }}
|
||||
realtime: {{ .Values.config.realtime | toYaml | nindent 6 }}
|
||||
|
||||
Reference in New Issue
Block a user