fix(Helm): Remove duplicate imagePullSecrets block (#2260)
Co-authored-by: houseme <[email protected]> Co-authored-by: cxymds <[email protected]>
This commit is contained in:
co-authored by
houseme
cxymds
parent
b7789c8e08
commit
ca62b0c163
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user