From b90464427f70c68529f3a5e494384f49f2d49a78 Mon Sep 17 00:00:00 2001 From: Surya Gupta Date: Thu, 16 Nov 2023 06:54:52 -0500 Subject: [PATCH] adding noderoot mount path --- charts/csi-vxflexos/templates/node.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/csi-vxflexos/templates/node.yaml b/charts/csi-vxflexos/templates/node.yaml index b914ce63..80c898dc 100644 --- a/charts/csi-vxflexos/templates/node.yaml +++ b/charts/csi-vxflexos/templates/node.yaml @@ -228,6 +228,8 @@ spec: - name: pods-path mountPath: {{ .Values.kubeletConfigDir }}/pods mountPropagation: "Bidirectional" + - name: noderoot + mountPath: /noderoot - name: dev mountPath: /dev - name: vxflexos-config @@ -344,6 +346,10 @@ spec: hostPath: path: {{ .Values.kubeletConfigDir }}/pods type: Directory + - name: noderoot + hostPath: + path: / + type: Directory - name: dev hostPath: path: /dev