Merge branch 'master' of github.com:kubeshark/kubeshark

This commit is contained in:
Alon Girmonsky 2025-06-02 13:16:29 -07:00
commit a18ccac258

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 {