Skip to content

Commit

Permalink
Merge pull request #80 from msau42/clean-rbac
Browse files Browse the repository at this point in the history
remove unnecessary rbacs
  • Loading branch information
k8s-ci-robot authored May 1, 2020
2 parents 84e6c38 + bdf1707 commit 0123a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ rules:
# verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "update", "patch"]
verbs: ["get", "list", "watch", "patch"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["persistentvolumeclaims/status"]
verbs: ["update", "patch"]
verbs: ["patch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["list", "watch", "create", "update", "patch"]
Expand Down

0 comments on commit 0123a6a

Please sign in to comment.