From b42df66fb81eb5b81f04885eac5586c0e11ff232 Mon Sep 17 00:00:00 2001 From: Travis Nielsen Date: Thu, 27 Feb 2025 10:59:38 -0700 Subject: [PATCH] csv: add list and watch capabilities to provisioners To follow up from #829, the csv needs to be updated with the new permissions in the provisioners for watch and list. Signed-off-by: Travis Nielsen --- .../csv/ceph/rook-ceph-operator.clusterserviceversion.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml b/build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml index 17db9ccb3afe..2996fca35f01 100644 --- a/build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml +++ b/build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml @@ -3455,6 +3455,8 @@ spec: - csiaddonsnodes verbs: - get + - watch + - list - create - update - delete @@ -3485,6 +3487,8 @@ spec: - csiaddonsnodes verbs: - get + - watch + - list - create - update - delete @@ -3526,6 +3530,8 @@ spec: - csiaddonsnodes verbs: - get + - watch + - list - create - update - delete