Skip to content

Commit

Permalink
Revert "ocs-to-ocs: add RBAC for nodes to the provider rbacs"
Browse files Browse the repository at this point in the history
This reverts commit 4d95071.

Nodes permission is not required for a provider server.

Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
  • Loading branch information
iamniting authored and openshift-cherrypick-robot committed Feb 15, 2022
1 parent 44669ae commit 7393cfa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions deploy/bundle/manifests/provider-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ rules:
- services
verbs:
- get
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
- apiGroups:
- ocs.openshift.io
resources:
Expand Down
6 changes: 0 additions & 6 deletions rbac/provider-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ rules:
- services
verbs:
- get
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
- apiGroups:
- ocs.openshift.io
resources:
Expand Down

0 comments on commit 7393cfa

Please sign in to comment.