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