Skip to content

Commit

Permalink
harvester-node-manager: update RBAC for eventing
Browse files Browse the repository at this point in the history
A new controller in harvester-node-manager emits events whenever it
modifies one of the files under its management. In order to do so
successfully, it needs the capability added to the node-manager chart
RBAC.

Signed-off-by: Connor Kuehl <[email protected]>
  • Loading branch information
Connor Kuehl authored and markhillgit committed Jan 24, 2024
1 parent 7305c70 commit 7d74c41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/harvester-node-manager/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ rules:
- apiGroups: [ "" ]
resources: [ "nodes" ]
verbs: [ "get", "watch", "list", "update" ]
- apiGroups: [ "" ]
resources: [ "events" ]
verbs: [ "create", "get", "list", "update" ]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 7d74c41

Please sign in to comment.