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 1, 2024
1 parent 7caadf7 commit 1ea99b9
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 @@ -60,6 +60,13 @@ rules:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -82,6 +89,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 @@ -144,6 +164,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 @@ -230,6 +230,13 @@ spec:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -252,6 +259,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 @@ -314,6 +334,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 @@ -239,6 +239,13 @@ spec:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -261,6 +268,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 @@ -323,6 +343,14 @@ spec:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- update
- apiGroups:
- k8s.cni.cncf.io
resources:
Expand Down

0 comments on commit 1ea99b9

Please sign in to comment.