From d09e8cad6348532481b82f7298b2300340b27802 Mon Sep 17 00:00:00 2001 From: M4t7e <7535523+M4t7e@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:43:50 +0200 Subject: [PATCH] Fix CCM webhook port collision --- templates/ccm.yaml.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ccm.yaml.tpl b/templates/ccm.yaml.tpl index 25b47b19..cfb4bc0d 100644 --- a/templates/ccm.yaml.tpl +++ b/templates/ccm.yaml.tpl @@ -16,6 +16,7 @@ spec: - "--allow-untagged-cloud" - "--allocate-node-cidrs=true" - "--cluster-cidr=${cluster_cidr_ipv4}" + - "--webhook-secure-port=0" %{if using_klipper_lb~} - "--secure-port=10288" %{endif~}