mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-27 00:29:31 +00:00
🔥 Delete unused packetcapture
field
This commit is contained in:
parent
706a2fc9b5
commit
78481d4bcc
@ -118,7 +118,6 @@ type TapConfig struct {
|
|||||||
Resources ResourcesConfig `yaml:"resources" json:"resources"`
|
Resources ResourcesConfig `yaml:"resources" json:"resources"`
|
||||||
ServiceMesh bool `yaml:"servicemesh" json:"servicemesh" default:"true"`
|
ServiceMesh bool `yaml:"servicemesh" json:"servicemesh" default:"true"`
|
||||||
Tls bool `yaml:"tls" json:"tls" default:"true"`
|
Tls bool `yaml:"tls" json:"tls" default:"true"`
|
||||||
PacketCapture string `yaml:"packetcapture" json:"packetcapture" default:"libpcap"`
|
|
||||||
IgnoreTainted bool `yaml:"ignoretainted" json:"ignoretainted" default:"false"`
|
IgnoreTainted bool `yaml:"ignoretainted" json:"ignoretainted" default:"false"`
|
||||||
Labels map[string]string `yaml:"labels" json:"labels" default:"{}"`
|
Labels map[string]string `yaml:"labels" json:"labels" default:"{}"`
|
||||||
Annotations map[string]string `yaml:"annotations" json:"annotations" default:"{}"`
|
Annotations map[string]string `yaml:"annotations" json:"annotations" default:"{}"`
|
||||||
|
@ -41,7 +41,6 @@ tap:
|
|||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
servicemesh: true
|
servicemesh: true
|
||||||
tls: true
|
tls: true
|
||||||
packetcapture: libpcap
|
|
||||||
ignoretainted: false
|
ignoretainted: false
|
||||||
labels: {}
|
labels: {}
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user