From 8452f0ee77007a48397f98c8e34f7b523a1d7609 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 11 Mar 2025 05:18:52 -0500 Subject: [PATCH] update --- infra/argocd/templates/traefik.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/argocd/templates/traefik.yaml b/infra/argocd/templates/traefik.yaml index 9122420..d55b815 100644 --- a/infra/argocd/templates/traefik.yaml +++ b/infra/argocd/templates/traefik.yaml @@ -13,6 +13,9 @@ spec: namespace: traefik name: in-cluster syncPolicy: + managedNamespaceMetadata: + labels: + istio-injection: enabled automated: prune: true selfHeal: true @@ -36,6 +39,9 @@ spec: namespace: traefik name: dmz syncPolicy: + managedNamespaceMetadata: + labels: + istio-injection: enabled automated: prune: true selfHeal: true