From 70a0c0c722725aa0974b19ada5098d10c98aaa1d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Fri, 6 Sep 2024 01:57:04 +0200 Subject: [PATCH] Remove self heal and prune longhorn --- apps/templates/longhorn.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/templates/longhorn.yaml b/apps/templates/longhorn.yaml index 99ecc6b..d5f67a0 100644 --- a/apps/templates/longhorn.yaml +++ b/apps/templates/longhorn.yaml @@ -16,7 +16,4 @@ spec: namespace: longhorn-system syncPolicy: syncOptions: - - CreateNamespace=true - automated: - prune: true - selfHeal: true \ No newline at end of file + - CreateNamespace=true \ No newline at end of file