From 624508c38aa8e741c8a7815cb5cd2f56e3e411a7 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Thu, 9 May 2024 07:22:03 +0200 Subject: [PATCH] fix(garage): retry of backups --- .gitignore | 3 ++- garage/backup/resources/cronjob.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 60c9064..9fa3d54 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .vaultpw .vscode/ .ssh/ -*/charts/ \ No newline at end of file +*/charts/ +.idea/ \ No newline at end of file diff --git a/garage/backup/resources/cronjob.yaml b/garage/backup/resources/cronjob.yaml index f31f860..9631190 100644 --- a/garage/backup/resources/cronjob.yaml +++ b/garage/backup/resources/cronjob.yaml @@ -43,7 +43,7 @@ spec: drop: - ALL readOnlyRootFilesystem: true - restartPolicy: OnFailure + restartPolicy: Never volumes: - name: rclone-config secret: