mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix cronjob_sync indentation
This commit is contained in:
parent
f7f8ecfd15
commit
0a2d442ceb
|
@ -19,7 +19,7 @@ spec:
|
|||
containers:
|
||||
- name: bbgo
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
{{- toYaml .Values.securityContext | nindent 14 }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args:
|
||||
|
@ -36,7 +36,7 @@ spec:
|
|||
- {{ .Values.sync.since | quote }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- toYaml .Values.resources | nindent 14 }}
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /config
|
||||
|
|
Loading…
Reference in New Issue
Block a user