Skip to content

Commit

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

[release-1.30] fix: remove duplicated imagePullSecrets deployment config
  • Loading branch information
andyzhangx authored Jan 16, 2025
2 parents fc25362 + 4415879 commit bed17dd
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.30.7.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 bed17dd

Please sign in to comment.