Do not enable -unixsocket flag of worker if no tracer is running (#1619)

This commit is contained in:
Volodymyr Stoiko
2024-09-28 00:03:05 +03:00
committed by GitHub
parent e800d67e27
commit 3a8817592f

View File

@@ -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 }}