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:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:

View File

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