fix(Helm): Remove duplicate imagePullSecrets block (#2260)

Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: cxymds <Cxymds@qq.com>
This commit is contained in:
Peter Olds
2026-03-23 18:54:33 -07:00
committed by GitHub
parent b7789c8e08
commit ca62b0c163
-4
View File
@@ -62,10 +62,6 @@ spec:
{{- end }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
{{- with include "chart.imagePullSecrets" . }}
imagePullSecrets:
{{- . | nindent 8 }}
{{- end }}
initContainers:
- name: init-step
image: "{{ .Values.image.initImage.repository }}:{{ .Values.image.initImage.tag }}"