Skip to content

Commit

Permalink
chore(bors): merge pull request #596
Browse files Browse the repository at this point in the history
596: feat(helm chart): add kubelet path as arg to csi-node r=Abhinandan-Purkait a=Abhinandan-Purkait

- Adds the kubelet path as an arg to csi-node, to use the kubelet path as prefix in exhaustive mount path search during cleanup.

Co-authored-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
mayastor-bors and Abhinandan-Purkait committed Jan 10, 2025
2 parents 9e6b962 + 98d8913 commit dde1fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/mayastor/csi/csi-node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ spec:
- "--nvme-keep-alive-tmo={{ .Values.csi.node.nvme.keep_alive_tmo }}"{{ end }}
- "--nvme-nr-io-queues={{ include "coreCount" . }}"
- "--nvme-connect-fallback={{ .Values.csi.node.nvme.tcpFallback }}"
- "--kubelet-path={{ .Values.csi.node.kubeletDir }}"
{{- range $key, $val := .Values.csi.node.topology.segments }}
- "--node-selector={{ $key }}={{ $val }}"
{{- end }}
Expand Down

0 comments on commit dde1fd2

Please sign in to comment.