From ca0b98f6f63c100e39654b44c2007c5663df99a8 Mon Sep 17 00:00:00 2001 From: escoand Date: Tue, 3 Sep 2024 09:22:29 +0200 Subject: [PATCH] dont prune volumes --- fetchit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchit.yaml b/fetchit.yaml index f2f4d16..db3b00a 100644 --- a/fetchit.yaml +++ b/fetchit.yaml @@ -11,5 +11,5 @@ targetConfigs: pullImage: true prune: All: true - Volumes: true + Volumes: false schedule: "30 * * * *"