From 706a2fc9b521b7fa909911b4c13ecf913936cc9b Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 12 Oct 2023 18:28:42 +0300 Subject: [PATCH] :hammer: Template the `-servicemesh` flag --- helm-chart/templates/09-worker-daemon-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 727d0102a..edda86435 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -32,7 +32,7 @@ spec: - any - -port - '{{ .Values.tap.proxy.worker.srvport }}' - - -servicemesh + {{ .Values.tap.servicemesh | ternary "- -servicemesh" "" }} - -procfs - /hostproc {{ .Values.tap.debug | ternary "- -debug" "" }}