mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-22 06:18:51 +00:00
🐛 Fix the commands in case of -debug
flag enabled
This commit is contained in:
parent
d8ee89225c
commit
3a2d34647e
@ -17,7 +17,8 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- command:
|
||||
- {{ .Values.tap.debug | ternary "./hub -debug" "./hub" }}
|
||||
- ./hub
|
||||
- {{ .Values.tap.debug | ternary "-debug" "" }}
|
||||
env:
|
||||
- name: POD_REGEX
|
||||
value: '{{ .Values.tap.regex }}'
|
||||
|
@ -34,7 +34,8 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- command:
|
||||
- '{{ .Values.tap.debug | ternary "./worker -debug" "./worker" }}'
|
||||
- ./worker
|
||||
- {{ .Values.tap.debug | ternary "-debug" "" }}
|
||||
- -i
|
||||
- any
|
||||
- -port
|
||||
|
Loading…
Reference in New Issue
Block a user