1
0
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:
galal-hussein 2018-11-08 22:34:19 +02:00 committed by Alena Prokharchyk
parent 3efcb2647b
commit fcccd7caa5

View File

@ -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"`
}