Skip to content

Commit

Permalink
chore: update node permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo committed Jul 9, 2024
1 parent 65b79e1 commit 0a2fefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karpenter/templates/clusterrole-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rules:
verbs: ["create", "patch"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["patch", "delete"]
verbs: ["patch", "delete", "update"]
- apiGroups: [""]
resources: ["pods/eviction"]
verbs: ["create"]
Expand Down

0 comments on commit 0a2fefc

Please sign in to comment.