From 7eb9002722ffb2c15d1e3e28d74fd54e3fe19d61 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 27 Dec 2023 18:36:39 +0100 Subject: [PATCH] apps(velero): Update backup configurations --- apps/velero/app/30_schedule.yaml | 3 ++- apps/velero/app/40_backup.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/velero/app/30_schedule.yaml b/apps/velero/app/30_schedule.yaml index 8d3eb6d..9f5bbbc 100644 --- a/apps/velero/app/30_schedule.yaml +++ b/apps/velero/app/30_schedule.yaml @@ -10,4 +10,5 @@ spec: - metrics - woodpecker - syncthing - snapshotVolumes: false + snapshotVolumes: true + storageLocation: storageLocation diff --git a/apps/velero/app/40_backup.yaml b/apps/velero/app/40_backup.yaml index a5cf135..c587d8d 100644 --- a/apps/velero/app/40_backup.yaml +++ b/apps/velero/app/40_backup.yaml @@ -9,3 +9,4 @@ spec: - woodpecker - syncthing snapshotVolumes: false + storageLocation: storageLocation