Skip to content

Commit

Permalink
Add secrets permission for kruise-daemon (#781)
Browse files Browse the repository at this point in the history
Signed-off-by: FillZpp <[email protected]>
  • Loading branch information
FillZpp authored Oct 25, 2021
1 parent f521452 commit 8d73235
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/rbac/daemon_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ rules:
- get
- patch
- update
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch

0 comments on commit 8d73235

Please sign in to comment.