Skip to content

Commit

Permalink
Added a missing webhook (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Aug 11, 2021
1 parent 9e47c73 commit cd23cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karpenter/templates/webhook/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ webhooks:
- CREATE
- UPDATE
- DELETE

---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
Expand All @@ -50,6 +49,7 @@ webhooks:
- CREATE
- UPDATE
- DELETE
---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
Expand Down

0 comments on commit cd23cf3

Please sign in to comment.