Skip to content

Commit

Permalink
fix: remove duplicated imagePullSecrets deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jan 15, 2025
1 parent 43a3301 commit 11788d1
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 11788d1

Please sign in to comment.