From 178bf8cc78b4cb47b6930c16cf9fc288d6e57816 Mon Sep 17 00:00:00 2001 From: Sten Date: Thu, 28 May 2026 16:13:31 +0200 Subject: [PATCH] fix(infra): un-own forte-drop namespace from postgres app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to 47d1f1e — the previous commit only updated postgres' securityContext; this drops the explicit Namespace resource as the Codex review flagged. Both apps still get the namespace created via syncOptions: CreateNamespace=true. --- .../upc-dev/forte-drop-postgresql/forte-drop-postgresql.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/infra/overlays/upc-dev/forte-drop-postgresql/forte-drop-postgresql.yaml b/infra/overlays/upc-dev/forte-drop-postgresql/forte-drop-postgresql.yaml index 31be7e1..7a226cf 100644 --- a/infra/overlays/upc-dev/forte-drop-postgresql/forte-drop-postgresql.yaml +++ b/infra/overlays/upc-dev/forte-drop-postgresql/forte-drop-postgresql.yaml @@ -1,8 +1,3 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: forte-drop ---- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: