Skip to content

Commit

Permalink
csv: add list and watch capabilities to provisioners
Browse files Browse the repository at this point in the history
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 <tnielsen@redhat.com>
  • Loading branch information
travisn committed Feb 27, 2025
1 parent 2922b5a commit b42df66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3455,6 +3455,8 @@ spec:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down Expand Up @@ -3485,6 +3487,8 @@ spec:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down Expand Up @@ -3526,6 +3530,8 @@ spec:
- csiaddonsnodes
verbs:
- get
- watch
- list
- create
- update
- delete
Expand Down

0 comments on commit b42df66

Please sign in to comment.