added realtime options

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

View File

@ -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 }}