disable watchdog by default

This commit is contained in:
Alon Girmonsky 2025-05-30 13:31:31 -07:00
parent f9dd99af1b
commit 7c25916dd2

View File

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