fix: remove duplicated pullSecret
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-03 22:59:07 +03:00
parent 4f80520c7e
commit 964f7e9c5d
2 changed files with 0 additions and 5 deletions

View File

@ -24,10 +24,6 @@ spec:
imagePullSecrets: imagePullSecrets:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
securityContext: securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }} {{- toYaml .Values.podSecurityContext | nindent 8 }}
containers: containers:

View File

@ -15,7 +15,6 @@ image:
registry: docker.io registry: docker.io
repository: nginx repository: nginx
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
pullSecrets: []
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""