Skip to content

Commit

Permalink
fix: enable webhooks by default (#6900)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo authored Aug 31, 2024
1 parent 6e9d95f commit ba94cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter-crd/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
webhook:
# -- Whether to enable the webhooks.
enabled: false
enabled: true
serviceName: karpenter
serviceNamespace: ""
# -- The container port to use for the webhook.
Expand Down
2 changes: 1 addition & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ controller:
port: 8081
webhook:
# -- Whether to enable the webhooks and webhook permissions.
enabled: false
enabled: true
# -- The container port to use for the webhook.
port: 8443
metrics:
Expand Down

0 comments on commit ba94cd1

Please sign in to comment.