Skip to content

Commit

Permalink
add generated changes
Browse files Browse the repository at this point in the history
Signed-off-by: Rewant Soni <[email protected]>
  • Loading branch information
rewantsoni committed Feb 28, 2024
1 parent 13491d7 commit c9c775f
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion deploy/ocs-operator/manifests/provider-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,37 @@ rules:
- ""
resources:
- configmaps
- secrets
- services
verbs:
- get
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- create
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools/finalizers
verbs:
- update
- apiGroups:
- ceph.rook.io
resources:
- cephfilesystemsubvolumegroups
verbs:
- get
- list
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- get
- update
- create
- apiGroups:
- ocs.openshift.io
resources:
Expand Down Expand Up @@ -53,3 +73,10 @@ rules:
- list
- create
- delete
- apiGroups:
- ceph.rook.io
resources:
- cephrbdmirrors
verbs:
- get
- create

0 comments on commit c9c775f

Please sign in to comment.