added realtime options

This commit is contained in:
2025-07-29 19:49:18 +02:00
parent cf9632473d
commit f0b3f9c5b8
3 changed files with 24 additions and 6 deletions

View File

@ -74,4 +74,6 @@ 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 | indent 6 }}