From 072411a9e217b120750bd73ffdee187765705e48 Mon Sep 17 00:00:00 2001 From: Adarsh Kumar Yadav <109620911+adarsh-dell@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:39:27 +0530 Subject: [PATCH] Mapping /opt/emc inside SDC container (#373) * Mapping /opt/emc inside SDC container * Updating path type --- charts/csi-vxflexos/templates/node.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/csi-vxflexos/templates/node.yaml b/charts/csi-vxflexos/templates/node.yaml index a1934c7a..85446bc2 100644 --- a/charts/csi-vxflexos/templates/node.yaml +++ b/charts/csi-vxflexos/templates/node.yaml @@ -330,6 +330,8 @@ spec: mountPath: /dev - name: os-release mountPath: /host-os-release + - name: host-opt-emc-path + mountPath: /host_opt_emc_path - name: sdc-storage mountPath: /storage - name: host-opt-emc-path