From 0a98674a27480cdf5007cb7f66dea422a47912f2 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 5 Jun 2026 00:05:56 +0200 Subject: [PATCH] not needed --- apps/overlays/upc-dev/forte-drop/namespace.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 apps/overlays/upc-dev/forte-drop/namespace.yaml diff --git a/apps/overlays/upc-dev/forte-drop/namespace.yaml b/apps/overlays/upc-dev/forte-drop/namespace.yaml deleted file mode 100644 index dd91428..0000000 --- a/apps/overlays/upc-dev/forte-drop/namespace.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Owns the forte-drop namespace shared by the web + mcp deployments and the -# postgres StatefulSet (infra overlay). sync-wave -1 ensures the namespace exists -# before the namespaced Secrets/PDB in this base apply (avoids a first-sync -# "namespaces forte-drop not found" race when the business-apps parent syncs). -# Prune=false so removing this base never cascade-deletes the namespace (and with -# it postgres data + the mcp deployment) — matches the earlier decision to keep -# namespace ownership decoupled from any single workload. -apiVersion: v1 -kind: Namespace -metadata: - name: forte-drop - annotations: - argocd.argoproj.io/sync-wave: "-1" - argocd.argoproj.io/sync-options: Prune=false - labels: - app.kubernetes.io/managed-by: argocd - app.kubernetes.io/part-of: apps