From 3a8817592f654c81fbeb2a7303f0c24c8ccd6054 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Sat, 28 Sep 2024 00:03:05 +0300 Subject: [PATCH] Do not enable `-unixsocket` flag of worker if no tracer is running (#1619) --- helm-chart/templates/09-worker-daemon-set.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 9cb554895..f7c51acf2 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -59,7 +59,9 @@ spec: - '{{ .Values.tap.metrics.port }}' - -packet-capture - '{{ .Values.tap.packetCapture }}' + {{- if .Values.tap.tls }} - -unixsocket + {{- end }} {{- if .Values.tap.serviceMesh }} - -servicemesh {{- end }}