Skip to content

Commit

Permalink
Merge pull request #1512 from mskanth972/Adnew
Browse files Browse the repository at this point in the history
Fix: Adding new argument for csi provisioner
  • Loading branch information
mskanth972 authored Nov 26, 2024
2 parents 865cc5d + 91c48b0 commit 9b81560
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,9 @@ spec:
{{- if hasKey .Values.controller "leaderElectionLeaseDuration" }}
- --leader-election-lease-duration={{ .Values.controller.leaderElectionLeaseDuration }}
{{- end }}
{{- if .Values.sidecars.csiProvisioner.additionalArgs }}
{{- range .Values.sidecars.csiProvisioner.additionalArgs }}
- {{ . }}
{{- end }}
{{- end }}
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down

0 comments on commit 9b81560

Please sign in to comment.