From dc8f906c9fe82b796761e12f657c2e573edd37f7 Mon Sep 17 00:00:00 2001 From: Arun Krishnakumar Date: Fri, 15 Jul 2022 10:51:52 -0700 Subject: [PATCH] VCDA-4081: Set fstype to enable fsGroup --- manifests/csi-controller.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/csi-controller.yaml b/manifests/csi-controller.yaml index 3a2698f1..7aaa6b0b 100644 --- a/manifests/csi-controller.yaml +++ b/manifests/csi-controller.yaml @@ -125,6 +125,7 @@ spec: imagePullPolicy: IfNotPresent args: - --csi-address=$(ADDRESS) + - --default-fstype=ext4 - --timeout=300s - --v=5 env: