From 98d89138908779ca0eb0fdeaedcdb55c75468757 Mon Sep 17 00:00:00 2001 From: Abhinandan Purkait Date: Wed, 8 Jan 2025 09:33:48 +0000 Subject: [PATCH] feat(helm chart): add kubelet path as arg to csi-node Signed-off-by: Abhinandan Purkait --- chart/templates/mayastor/csi/csi-node-daemonset.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}