Updated retention in snapshots

https://rancher.com/docs/rke/latest/en/etcd-snapshots/recurring-snapshots/
as in this document RKE 0.2 + uses a numbered retention not a hours

The number of snapshots to retain before rotation. This supercedes the retention option and will override it if both are specified.
This commit is contained in:
Brad Joniec
2020-04-14 08:52:58 +10:00
committed by Catherine Luse
parent 41dd653431
commit c31e2e161b
@@ -161,7 +161,7 @@ services:
etcd:
snapshot: true
creation: 6h
retention: 24h
retention: 24
# Required for external TLS termination with
# ingress-nginx v0.22+