Skip to content

Commit

Permalink
Merge pull request #73 from gnufied/fix-resizer-rbac-role
Browse files Browse the repository at this point in the history
Newer resizer needs ability to list/watch all pods
  • Loading branch information
openshift-merge-robot authored Aug 12, 2020
2 parents 79d909b + fa864be commit f4ca4a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/rbac/resizer_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ rules:
- apiGroups: [""]
resources: ["events"]
verbs: ["list", "watch", "create", "update", "patch"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "watch"]
3 changes: 3 additions & 0 deletions pkg/generated/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4ca4a4

Please sign in to comment.