From cc354867ed5b27265e7b11318841fa1902564ab9 Mon Sep 17 00:00:00 2001 From: Sten Date: Fri, 5 Jun 2026 00:11:59 +0200 Subject: [PATCH] fix(apps): drop dangling namespace.yaml ref after 0a98674 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit namespace.yaml was deleted but kustomization still listed it, so kustomize build fails and the enterprise-apps app-of-apps cannot render the overlay (ComparisonError) — forte-drop-secrets and the other overlay resources stopped syncing. The namespace itself is owned by the forte-drop Application's CreateNamespace=true. --- apps/overlays/upc-dev/forte-drop/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/overlays/upc-dev/forte-drop/kustomization.yaml b/apps/overlays/upc-dev/forte-drop/kustomization.yaml index 080f3f7..8dc592b 100644 --- a/apps/overlays/upc-dev/forte-drop/kustomization.yaml +++ b/apps/overlays/upc-dev/forte-drop/kustomization.yaml @@ -1,7 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- namespace.yaml - forte-drop.yaml - keycloak-client-forte-drop.yaml - forte-drop-pdb.yaml