🔥 Remove tapPcapRunner.go and --pcap flag

This commit is contained in:
M. Mert Yildiran
2023-11-21 07:17:43 +03:00
parent 696fed8345
commit cc9dbbef2e
6 changed files with 44 additions and 650 deletions

View File

@@ -115,7 +115,6 @@ type TapConfig struct {
StorageLimit string `yaml:"storageLimit" json:"storageLimit" default:"500Mi"`
StorageClass string `yaml:"storageClass" json:"storageClass" default:"standard"`
DryRun bool `yaml:"dryRun" json:"dryRun" default:"false"`
Pcap string `yaml:"pcap" json:"pcap" default:""`
Resources ResourcesConfig `yaml:"resources" json:"resources"`
ServiceMesh bool `yaml:"serviceMesh" json:"serviceMesh" default:"true"`
Tls bool `yaml:"tls" json:"tls" default:"true"`