mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 10:48:59 +00:00
Do not enable -unixsocket
flag of worker if no tracer is running (#1619)
This commit is contained in:
parent
e800d67e27
commit
3a8817592f
@ -59,7 +59,9 @@ spec:
|
|||||||
- '{{ .Values.tap.metrics.port }}'
|
- '{{ .Values.tap.metrics.port }}'
|
||||||
- -packet-capture
|
- -packet-capture
|
||||||
- '{{ .Values.tap.packetCapture }}'
|
- '{{ .Values.tap.packetCapture }}'
|
||||||
|
{{- if .Values.tap.tls }}
|
||||||
- -unixsocket
|
- -unixsocket
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.tap.serviceMesh }}
|
{{- if .Values.tap.serviceMesh }}
|
||||||
- -servicemesh
|
- -servicemesh
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user