From 678218a33e6573844d968a09c38863cde0da458e Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 12 Sep 2025 14:17:29 -0400 Subject: [PATCH] namespace fix --- apps/children/openwebui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/children/openwebui.yaml b/apps/children/openwebui.yaml index c42da49..f3ea013 100644 --- a/apps/children/openwebui.yaml +++ b/apps/children/openwebui.yaml @@ -1,6 +1,6 @@ apiVersion: argoproj.io/v1alpha1 kind: Application -metadata: { name: openwebui, namespace: argocd } +metadata: { name: openwebui, namespace: ai } spec: project: ai-stack destination: { server: https://kubernetes.default.svc, namespace: ai }