From c8e1fc232d75cb647d8f992f304b9ae0f44a3b9a Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Thu, 15 Jan 2026 14:38:37 +0100 Subject: [PATCH] fix: for longhorn hook job --- infrastructure/longhorn-app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/longhorn-app.yaml b/infrastructure/longhorn-app.yaml index 731e277..9286641 100644 --- a/infrastructure/longhorn-app.yaml +++ b/infrastructure/longhorn-app.yaml @@ -22,3 +22,4 @@ spec: - CreateNamespace=true - ServerSideApply=true - Replace=true + - SkipHooks=true # Skip pre-upgrade hooks to fix installation loop \ No newline at end of file