From 1fd7349c743d0594385967b09f8ef939a49e48e7 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 9 Oct 2023 20:21:00 +0200 Subject: [PATCH] Turn off waiting for longhorn --- cluster/apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps.yaml b/cluster/apps.yaml index 153660d..3cc1171 100644 --- a/cluster/apps.yaml +++ b/cluster/apps.yaml @@ -29,7 +29,7 @@ spec: name: flux-system path: ./apps/longhorn prune: true - wait: true + wait: false timeout: 5m0s --- apiVersion: kustomize.toolkit.fluxcd.io/v1