Skip to content

Commit

Permalink
remove old webhook permission (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored Mar 31, 2023
1 parent c7f3203 commit 4bb544e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/karpenter-core/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,3 @@ rules:
resources: ["validatingwebhookconfigurations"]
verbs: ["update"]
resourceNames: ["validation.webhook.karpenter.sh", "validation.webhook.config.karpenter.sh"]
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["mutatingwebhookconfigurations"]
verbs: ["update"]
resourceNames: ["defaulting.webhook.karpenter.sh"]

0 comments on commit 4bb544e

Please sign in to comment.