fix(infra): un-own forte-drop namespace from postgres app
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 6s

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.
This commit is contained in:
Sten
2026-05-28 16:13:31 +02:00
parent 47d1f1ec39
commit 178bf8cc78

View File

@@ -1,8 +1,3 @@
apiVersion: v1
kind: Namespace
metadata:
name: forte-drop
---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata: