From 1e9005a6b881501fb7b3dc308d615612c9760211 Mon Sep 17 00:00:00 2001 From: akaokunc <125955904+akaokunc@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:05:03 +0200 Subject: [PATCH] Adding --webhook-secure-port=0 to helmchart since it is needed workaround for issue #200 which some users are experiencing (#204) --- deploy/chart/templates/daemonset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/chart/templates/daemonset.yaml b/deploy/chart/templates/daemonset.yaml index ed757fab..d40fb8eb 100644 --- a/deploy/chart/templates/daemonset.yaml +++ b/deploy/chart/templates/daemonset.yaml @@ -32,6 +32,7 @@ spec: - --leader-elect-resource-lock=leases - --v=3 - --secure-port=10253 + - --webhook-secure-port=0 {{- if .Values.linodegoDebug }} - --linodego-debug={{ .Values.linodegoDebug }} {{- end }}