Skip to content

Commit

Permalink
Revert "Add cluster-level permissions for operator"
Browse files Browse the repository at this point in the history
We are not watching PVs and PVCs anymore in this PR.

This reverts commit 453e05a.
  • Loading branch information
asymmetric committed Mar 20, 2018
1 parent 1ed628c commit 4a6f295
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions examples/rbac/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,3 @@ rules:
resources:
- namespaces
verbs: ["list"]
- apiGroups: [""]
resources:
- persistentvolumes
- persistentvolumeclaims
verbs: ["list", "watch"]
5 changes: 0 additions & 5 deletions test/e2e/resources/operator/cluster-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ rules:
resources:
- namespaces
verbs: ["list"]
- apiGroups: [""]
resources:
- persistentvolumes
- persistentvolumeclaims
verbs: ["list", "watch"]

0 comments on commit 4a6f295

Please sign in to comment.