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