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