From f4b1fc9e7117d8af8f89c19316a6d5f8758d2b08 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Tue, 1 Sep 2026 13:30:24 -0500 Subject: [PATCH] Fix ArgoCD Application destination namespace Change namespace from 'body-wars' to 'open-webui' to match actual deployment --- cluster/applications/open-webui/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/applications/open-webui/application.yaml b/cluster/applications/open-webui/application.yaml index aae8c2c..ee13c9d 100644 --- a/cluster/applications/open-webui/application.yaml +++ b/cluster/applications/open-webui/application.yaml @@ -38,7 +38,7 @@ spec: destination: server: https://kubernetes.default.svc - namespace: body-wars + namespace: open-webui syncPolicy: automated: