mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-01 18:47:39 +00:00
✨ Do more Helm templating
This commit is contained in:
@@ -706,7 +706,15 @@ func (provider *Provider) BuildWorkerDaemonSet(
|
||||
}
|
||||
|
||||
// Command
|
||||
command := []string{"./worker", "-i", "any", "-port", "8897"}
|
||||
command := []string{
|
||||
"./worker",
|
||||
"-i",
|
||||
"any",
|
||||
"-port",
|
||||
"8897",
|
||||
"-packet-capture",
|
||||
config.Config.Tap.PacketCapture,
|
||||
}
|
||||
if debug {
|
||||
command = append(command, "-debug")
|
||||
}
|
||||
|
Reference in New Issue
Block a user