Skip to content

Commit

Permalink
fix: add list and watch access for service accounts to cluster role (#…
Browse files Browse the repository at this point in the history
…2406)

Signed-off-by: tomasspi <[email protected]>
  • Loading branch information
tomasspi authored and zroubalik committed Jan 4, 2022
1 parent 7f49d54 commit 06070f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- list
- watch
- apiGroups:
- '*'
resources:
Expand Down

0 comments on commit 06070f1

Please sign in to comment.