diff --git a/chart/templates/mayastor/csi/csi-node-daemonset.yaml b/chart/templates/mayastor/csi/csi-node-daemonset.yaml index 42e155e62..7d49ab134 100644 --- a/chart/templates/mayastor/csi/csi-node-daemonset.yaml +++ b/chart/templates/mayastor/csi/csi-node-daemonset.yaml @@ -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 }}