Skip to content

Commit

Permalink
Merge pull request #2823 from andyzhangx/remove-dup-imagePullSecrets-…
Browse files Browse the repository at this point in the history
…1.29

[release-1.29] fix: remove duplicated imagePullSecrets deployment config
  • Loading branch information
andyzhangx authored Jan 16, 2025
2 parents 43a3301 + 11788d1 commit f88532d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v1.29.12.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ spec:
{{ toYaml . | indent 8 }}
{{- end }}
spec:
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
hostNetwork: {{ .Values.controller.hostNetwork }}
serviceAccountName: {{ .Values.serviceAccount.controller }}
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ spec:
{{ toYaml . | indent 8 }}
{{- end }}
spec:
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
hostNetwork: {{ .Values.linux.hostNetwork }}
dnsPolicy: Default
serviceAccountName: {{ .Values.serviceAccount.node }}
Expand Down

0 comments on commit f88532d

Please sign in to comment.