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

Co-authored-by: houseme <[email protected]>
Co-authored-by: cxymds <[email protected]>
This commit is contained in:
Peter Olds
2026-03-24 09:54:33 +08:00
committed by GitHub
co-authored by houseme cxymds
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 }}"