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