mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-06 02:57:03 +00:00
disable watchdog by default
This commit is contained in:
parent
f9dd99af1b
commit
7c25916dd2
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user