From 1b6fb3baf6aa72f54a820e04c77e1b06fc414486 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Thu, 21 Mar 2024 20:18:52 +0000 Subject: [PATCH] allow linodego-debug to be set by helm --- deploy/chart/templates/daemonset.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/chart/templates/daemonset.yaml b/deploy/chart/templates/daemonset.yaml index 86d45dd5..6a38e6e0 100644 --- a/deploy/chart/templates/daemonset.yaml +++ b/deploy/chart/templates/daemonset.yaml @@ -33,6 +33,9 @@ spec: - --v=3 - --port=0 - --secure-port=10253 + {{- if .Values.linodegoDebug }} + - --linodego-debug={{ .Values.linodegoDebug }} + {{- end }} volumeMounts: - mountPath: /etc/kubernetes name: k8s