mirror of
https://github.com/rancher/types.git
synced 2025-07-08 19:13:02 +00:00
Fix rolling snapshot default values
This commit is contained in:
parent
3efcb2647b
commit
fcccd7caa5
@ -180,7 +180,7 @@ type ETCDService struct {
|
||||
// Etcd Recurring snapshot Service
|
||||
Snapshot *bool `yaml:"snapshot" json:"snapshot,omitempty" norman:"default=true"`
|
||||
// Etcd snapshot Retention period
|
||||
Retention string `yaml:"retention" json:"retention,omitempty" norman:"default=3d"`
|
||||
Retention string `yaml:"retention" json:"retention,omitempty" norman:"default=72h"`
|
||||
// Etcd snapshot Creation period
|
||||
Creation string `yaml:"creation" json:"creation,omitempty" norman:"default=12h"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user