diff --git a/charts/manila-csi-plugin/templates/controllerplugin-clusterrole.yaml b/charts/manila-csi-plugin/templates/controllerplugin-clusterrole.yaml index 75313f8063..2fd8107be8 100644 --- a/charts/manila-csi-plugin/templates/controllerplugin-clusterrole.yaml +++ b/charts/manila-csi-plugin/templates/controllerplugin-clusterrole.yaml @@ -8,4 +8,3 @@ aggregationRule: clusterRoleSelectors: - matchLabels: rbac.manila.csi.openstack.org/aggregate-to-controller-{{ include "openstack-manila-csi.name" . }}: "true" -rules: [] diff --git a/charts/manila-csi-plugin/templates/nodeplugin-clusterrole.yaml b/charts/manila-csi-plugin/templates/nodeplugin-clusterrole.yaml index f8261b83a6..9177142d5f 100644 --- a/charts/manila-csi-plugin/templates/nodeplugin-clusterrole.yaml +++ b/charts/manila-csi-plugin/templates/nodeplugin-clusterrole.yaml @@ -8,4 +8,3 @@ aggregationRule: clusterRoleSelectors: - matchLabels: rbac.manila.csi.openstack.org/aggregate-to-nodeplugin-{{ include "openstack-manila-csi.name" . }}: "true" -rules: []