Skip to content

Commit

Permalink
Merge pull request #165 from leelavg/missing-rbac
Browse files Browse the repository at this point in the history
bundle: update missing and incorrect rbac resources
  • Loading branch information
openshift-merge-bot[bot] authored May 30, 2024
2 parents 0d11c80 + 47140ca commit 484006e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
categories: Storage
console.openshift.io/plugins: '["odf-client-console"]'
containerImage: quay.io/ocs-dev/ocs-client-operator:latest
createdAt: "2024-05-29T07:47:01Z"
createdAt: "2024-05-30T10:17:44Z"
description: OpenShift Data Foundation client operator enables consumption of
storage services from a remote centralized OpenShift Data Foundation provider
cluster.
Expand Down Expand Up @@ -640,7 +640,7 @@ spec:
- apiGroups:
- ""
resourceNames:
- rook-ceph-mon-endpoints
- ceph-csi-configs
resources:
- configmaps
verbs:
Expand All @@ -651,7 +651,7 @@ spec:
- config.openshift.io
resources:
- clusterversions
- dns
- dnses
verbs:
- get
- list
Expand Down
4 changes: 2 additions & 2 deletions config/rbac/status-reporter-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rules:
resources:
- configmaps
resourceNames:
- rook-ceph-mon-endpoints
- ceph-csi-configs
verbs:
- get
- list
Expand All @@ -25,7 +25,7 @@ rules:
- config.openshift.io
resources:
- clusterversions
- dns
- dnses
verbs:
- get
- list

0 comments on commit 484006e

Please sign in to comment.