Skip to content

Commit

Permalink
* fix RBAC for agent
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan.Makeev <[email protected]>
  • Loading branch information
Ranger-X committed Dec 20, 2024
1 parent 0311959 commit e6015fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/agent/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/status
verbs:
- get
- list
- patch
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit e6015fc

Please sign in to comment.