forked from github-mirrorer/rtomik-helm-charts
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