mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-20 21:44:42 +00:00
added -disable-tracer
option (#1695)
to the worker daemon set, when `tap.tls=false` is set.
This commit is contained in:
parent
c92f509863
commit
aa7c8f36f5
Binary file not shown.
@ -73,6 +73,8 @@ spec:
|
||||
- '{{ .Values.logLevel | default "warning" }}'
|
||||
{{- if .Values.tap.tls }}
|
||||
- -unixsocket
|
||||
{{- else }}
|
||||
- -disable-tracer
|
||||
{{- end }}
|
||||
{{- if .Values.tap.serviceMesh }}
|
||||
- -servicemesh
|
||||
|
Loading…
Reference in New Issue
Block a user