From 7f9e758433640aeba9a1b865b7ad2deaae762f20 Mon Sep 17 00:00:00 2001 From: Jan Husak Date: Tue, 8 Apr 2025 17:02:57 +0200 Subject: [PATCH] fix traefik ns --- apps/argo-cd/apps/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/argo-cd/apps/traefik.yaml b/apps/argo-cd/apps/traefik.yaml index 37baee5..c997208 100644 --- a/apps/argo-cd/apps/traefik.yaml +++ b/apps/argo-cd/apps/traefik.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: traefik # Name of the application in Argo CD - namespace: traefik # Namespace where Argo CD is installed + namespace: argocd # Namespace where Argo CD is installed spec: project: default # Argo CD project for the application (can be 'default' or custom) source: