mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-27 16:50:02 +00:00
🐛 Fix the -debug
flag of the worker in the Helm template
This commit is contained in:
parent
db01c4e9e3
commit
2224d0e9f4
@ -35,7 +35,6 @@ spec:
|
||||
containers:
|
||||
- command:
|
||||
- ./worker
|
||||
{{ .Values.tap.debug | ternary "- -debug" "" }}
|
||||
- -i
|
||||
- any
|
||||
- -port
|
||||
@ -46,6 +45,7 @@ spec:
|
||||
- -tls
|
||||
- -procfs
|
||||
- /hostproc
|
||||
{{ .Values.tap.debug | ternary "- -debug" "" }}
|
||||
image: '{{ .Values.tap.docker.registry }}/worker:{{ .Values.tap.docker.tag }}'
|
||||
imagePullPolicy: {{ .Values.tap.docker.imagepullpolicy }}
|
||||
name: kubeshark-worker-daemon-set
|
||||
|
Loading…
Reference in New Issue
Block a user