From 454ff975fba33688f73cbb4b3d0c63c710cff6f4 Mon Sep 17 00:00:00 2001 From: Reed Schalo Date: Fri, 30 Aug 2024 19:17:46 -0700 Subject: [PATCH] fix: enable webhooks by default (#6901) --- charts/karpenter-crd/values.yaml | 2 +- charts/karpenter/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/karpenter-crd/values.yaml b/charts/karpenter-crd/values.yaml index 211f802de3f9..e26e9d2ebc11 100644 --- a/charts/karpenter-crd/values.yaml +++ b/charts/karpenter-crd/values.yaml @@ -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. diff --git a/charts/karpenter/values.yaml b/charts/karpenter/values.yaml index 8dfc528cd085..b98533ee5558 100644 --- a/charts/karpenter/values.yaml +++ b/charts/karpenter/values.yaml @@ -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: