mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-20 01:32:40 +00:00
⚡ Fix the hub and worker commands
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
- ./hub
|
- ./hub
|
||||||
- {{ .Values.tap.debug | ternary "-debug" "" }}
|
{{ .Values.tap.debug | ternary "- -debug" "" }}
|
||||||
env:
|
env:
|
||||||
- name: POD_REGEX
|
- name: POD_REGEX
|
||||||
value: '{{ .Values.tap.regex }}'
|
value: '{{ .Values.tap.regex }}'
|
||||||
|
@@ -35,7 +35,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
- ./worker
|
- ./worker
|
||||||
- {{ .Values.tap.debug | ternary "-debug" "" }}
|
{{ .Values.tap.debug | ternary "- -debug" "" }}
|
||||||
- -i
|
- -i
|
||||||
- any
|
- any
|
||||||
- -port
|
- -port
|
||||||
|
Reference in New Issue
Block a user