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: containers:
- name: bbgo - name: bbgo
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 14 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
args: args:
@ -36,7 +36,7 @@ spec:
- {{ .Values.sync.since | quote }} - {{ .Values.sync.since | quote }}
{{- end }} {{- end }}
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 14 }}
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /config mountPath: /config