Skip to content

Commit

Permalink
Merge pull request #2819 from adriananeci/fix_duplicate_imagepullsecrets
Browse files Browse the repository at this point in the history
fix: remove duplicated imagePullSecrets deployment config
  • Loading branch information
andyzhangx authored Jan 15, 2025
2 parents ce8dbcf + 53e53d4 commit 209bbcd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v0.0.0.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 209bbcd

Please sign in to comment.