set disableTlsLog to true by default.

This commit is contained in:
Alon Girmonsky
2024-10-17 10:48:11 -07:00
parent 5bbf1e7eb0
commit 7a1cd9afbc
2 changed files with 3 additions and 3 deletions

View File

@@ -222,7 +222,7 @@ type TapConfig struct {
Resources ResourcesConfig `yaml:"resources" json:"resources"`
ServiceMesh bool `yaml:"serviceMesh" json:"serviceMesh" default:"true"`
Tls bool `yaml:"tls" json:"tls" default:"true"`
DisableTlsLog bool `yaml:"disableTlsLog" json:"disableTlsLog" default:"false"`
DisableTlsLog bool `yaml:"disableTlsLog" json:"disableTlsLog" default:"true"`
PacketCapture string `yaml:"packetCapture" json:"packetCapture" default:"best"`
IgnoreTainted bool `yaml:"ignoreTainted" json:"ignoreTainted" default:"false"`
Labels map[string]string `yaml:"labels" json:"labels" default:"{}"`