Skip to content

Commit

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

Signed-off-by: tomasspi <[email protected]>
Signed-off-by: alex60217101990 <[email protected]>
  • Loading branch information
tomasspi authored and alex60217101990 committed Jan 10, 2022
1 parent cc24a4d commit fc50d21
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 fc50d21

Please sign in to comment.