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 Jul 29, 2024
1 parent c6362ee commit 274a469
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ rules:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -93,6 +100,19 @@ rules:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
- cephrbdmirrors
verbs:
- create
- update
- apiGroups:
- config.openshift.io
resources:
- clusterversions
verbs:
- get
- apiGroups:
- config.openshift.io
resources:
Expand Down Expand Up @@ -155,6 +175,14 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- update
- apiGroups:
- k8s.cni.cncf.io
resources:
Expand Down
28 changes: 28 additions & 0 deletions deploy/csv-templates/ocs-operator.csv.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@ spec:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -264,6 +271,19 @@ spec:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
- cephrbdmirrors
verbs:
- create
- update
- apiGroups:
- config.openshift.io
resources:
- clusterversions
verbs:
- get
- apiGroups:
- config.openshift.io
resources:
Expand Down Expand Up @@ -326,6 +346,14 @@ spec:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- update
- apiGroups:
- k8s.cni.cncf.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,13 @@ spec:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -273,6 +280,19 @@ spec:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
- cephrbdmirrors
verbs:
- create
- update
- apiGroups:
- config.openshift.io
resources:
- clusterversions
verbs:
- get
- apiGroups:
- config.openshift.io
resources:
Expand Down Expand Up @@ -335,6 +355,14 @@ spec:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- update
- apiGroups:
- k8s.cni.cncf.io
resources:
Expand Down

0 comments on commit 274a469

Please sign in to comment.