Skip to content

Commit

Permalink
fix: add permission to create nodes
Browse files Browse the repository at this point in the history
- to fix permissions error for kwok provider
Signed-off-by: vadasambar <[email protected]>
  • Loading branch information
vadasambar committed Sep 14, 2023
1 parent f2f8a00 commit 7fda113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/cluster-autoscaler/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ rules:
verbs:
- watch
- list
- create
- delete
- get
- update
- apiGroups:
Expand Down

0 comments on commit 7fda113

Please sign in to comment.