Skip to content

Commit

Permalink
fix: enable webhooks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo committed Aug 30, 2024
1 parent e54ccdd commit ee3dedc
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 @@ -137,7 +137,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 ee3dedc

Please sign in to comment.