Skip to content

Commit

Permalink
Newer resizer needs ability to list/watch all pods
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Aug 3, 2020
1 parent 0b8f4a9 commit 1fb3a30
Showing 1 changed file with 3 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"]

0 comments on commit 1fb3a30

Please sign in to comment.