From 6e5fc038e74bde0cd8e2f4fa6928da6a6a8ee36b Mon Sep 17 00:00:00 2001 From: Jethro Date: Sat, 21 Mar 2026 09:48:17 +1300 Subject: [PATCH] fixed flux system kustomization --- clusters/default/flux-system/kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clusters/default/flux-system/kustomization.yaml b/clusters/default/flux-system/kustomization.yaml index bd2cd05..b0bca7c 100644 --- a/clusters/default/flux-system/kustomization.yaml +++ b/clusters/default/flux-system/kustomization.yaml @@ -3,6 +3,5 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml -- infrastructuresources.yaml -- infrastructurebitwarden.yaml +- infrastructure.yaml - apps.yaml