From c15488692620a14f4b1aa10d40ef463673e33975 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 17 Sep 2021 14:05:08 +0530 Subject: [PATCH] helm: remove extra volumes from cephfs plugin PSP removed extra volume permissions from the cephfs nodeplugin PSP. Signed-off-by: Madhu Rajanna --- charts/ceph-csi-cephfs/templates/nodeplugin-psp.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/ceph-csi-cephfs/templates/nodeplugin-psp.yaml b/charts/ceph-csi-cephfs/templates/nodeplugin-psp.yaml index 0a261de84..d4ed417a9 100644 --- a/charts/ceph-csi-cephfs/templates/nodeplugin-psp.yaml +++ b/charts/ceph-csi-cephfs/templates/nodeplugin-psp.yaml @@ -29,7 +29,6 @@ spec: - 'emptyDir' - 'projected' - 'secret' - - 'downwardAPI' - 'hostPath' allowedHostPaths: - pathPrefix: '/dev'