From 76e38fd2b88e049c9c55cfb6c7d0fb0c62acf02a Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Thu, 15 Jan 2026 14:36:34 +0100 Subject: [PATCH] fix: force replace for longhorn app to fix hook issue --- infrastructure/longhorn-app.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/longhorn-app.yaml b/infrastructure/longhorn-app.yaml index 79c70a0..731e277 100644 --- a/infrastructure/longhorn-app.yaml +++ b/infrastructure/longhorn-app.yaml @@ -20,4 +20,5 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - - ServerSideApply=true # Important for CRDs + - ServerSideApply=true + - Replace=true