From ca62b0c163bb3ec0386e4fadaf8cdf8731e4dc35 Mon Sep 17 00:00:00 2001 From: Peter Olds Date: Mon, 23 Mar 2026 18:54:33 -0700 Subject: [PATCH] fix(Helm): Remove duplicate imagePullSecrets block (#2260) Co-authored-by: houseme Co-authored-by: cxymds --- helm/rustfs/templates/statefulset.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helm/rustfs/templates/statefulset.yaml b/helm/rustfs/templates/statefulset.yaml index d4409c1af..1ce1d77b8 100644 --- a/helm/rustfs/templates/statefulset.yaml +++ b/helm/rustfs/templates/statefulset.yaml @@ -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 }}"