From bf0289b3bd63b8b741f1ae2ab36689e49b10649a Mon Sep 17 00:00:00 2001 From: Jean-Marc ANDRE Date: Sun, 13 Dec 2020 20:57:50 +0100 Subject: [PATCH] Added backup startegy to our test deployment --- test/02-backupconf.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/02-backupconf.yaml b/test/02-backupconf.yaml index 6e6ddcf..381c43b 100644 --- a/test/02-backupconf.yaml +++ b/test/02-backupconf.yaml @@ -17,4 +17,9 @@ spec: mountPath: /data paths: - /data - + keep: + last: 5 + daily: 5 + weekly: 3 + monthly: 10 + yearly: 3