removed the tap.debug field

from the tapConfig struct
This commit is contained in:
Alon Girmonsky 2024-12-15 15:17:51 -08:00
parent 32ac803996
commit f911c02f0d

View File

@ -230,7 +230,6 @@ type TapConfig struct {
Auth AuthConfig `yaml:"auth" json:"auth"`
Ingress IngressConfig `yaml:"ingress" json:"ingress"`
IPv6 bool `yaml:"ipv6" json:"ipv6" default:"true"`
Debug bool `yaml:"debug" json:"debug" default:"false"`
Telemetry TelemetryConfig `yaml:"telemetry" json:"telemetry"`
ResourceGuard ResourceGuardConfig `yaml:"resourceGuard" json:"resourceGuard"`
Sentry SentryConfig `yaml:"sentry" json:"sentry"`