mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-07-17 16:55:06 +00:00
enhance donetick helm chart with missing features and repository standards…
This commit is contained in:
@ -74,4 +74,20 @@ 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:
|
||||
max_connections: {{ .Values.config.realtime.max_connections }}
|
||||
ping_interval: {{ .Values.config.realtime.ping_interval | quote }}
|
||||
pong_wait: {{ .Values.config.realtime.pong_wait | quote }}
|
||||
write_wait: {{ .Values.config.realtime.write_wait | quote }}
|
||||
max_message_size: {{ .Values.config.realtime.max_message_size }}
|
||||
logging:
|
||||
level: {{ .Values.config.logging.level | quote }}
|
||||
format: {{ .Values.config.logging.format | quote }}
|
||||
storage:
|
||||
type: {{ .Values.config.storage.type | quote }}
|
||||
path: {{ .Values.config.storage.path | quote }}
|
||||
features:
|
||||
notifications: {{ .Values.config.features.notifications }}
|
||||
realtime: {{ .Values.config.features.realtime }}
|
||||
oauth: {{ .Values.config.features.oauth }}
|
||||
Reference in New Issue
Block a user