disable watchdog by default (#1759)

This commit is contained in:
Alon Girmonsky 2025-06-02 13:04:21 -07:00 committed by GitHub
parent f9dd99af1b
commit 398a4b9efc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,7 +224,7 @@ type SentryConfig struct {
} }
type WatchdogConfig struct { type WatchdogConfig struct {
Enabled bool `yaml:"enabled" json:"enabled" default:"true"` Enabled bool `yaml:"enabled" json:"enabled" default:"false"`
} }
type GitopsConfig struct { type GitopsConfig struct {