fix cronjob_sync indentation

This commit is contained in:
c9s 2024-08-23 21:42:30 +08:00
parent f7f8ecfd15
commit 0a2d442ceb
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

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