mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
add since parameter
This commit is contained in:
parent
4bbb9c5e38
commit
c7f62cf1e5
|
@ -30,6 +30,10 @@ spec:
|
|||
- "sync"
|
||||
- "--config"
|
||||
- "/config/bbgo.yaml"
|
||||
{{- if .Values.sync.since }}
|
||||
- "--since"
|
||||
- {{ .Values.sync.since | quote }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
|
|
|
@ -92,6 +92,8 @@ debug:
|
|||
sync:
|
||||
enabled: false
|
||||
schedule: "* * * * *"
|
||||
## since: sync from time
|
||||
since: false
|
||||
|
||||
resources:
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
|
|
Loading…
Reference in New Issue
Block a user