Skip to content

Commit

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

[release-1.31] fix: remove duplicated imagePullSecrets deployment config
  • Loading branch information
andyzhangx authored Jan 16, 2025
2 parents 1b811d8 + e6775ee commit 545ea37
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-1.31.2.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 545ea37

Please sign in to comment.