We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e6b962 + 98d8913 commit 176ada4Copy full SHA for 176ada4
chart/templates/mayastor/csi/csi-node-daemonset.yaml
@@ -101,6 +101,7 @@ spec:
101
- "--nvme-keep-alive-tmo={{ .Values.csi.node.nvme.keep_alive_tmo }}"{{ end }}
102
- "--nvme-nr-io-queues={{ include "coreCount" . }}"
103
- "--nvme-connect-fallback={{ .Values.csi.node.nvme.tcpFallback }}"
104
+ - "--kubelet-path={{ .Values.csi.node.kubeletDir }}"
105
{{- range $key, $val := .Values.csi.node.topology.segments }}
106
- "--node-selector={{ $key }}={{ $val }}"
107
{{- end }}
0 commit comments