From 69d486010ca8bd37ff7857a8671f0a08f535ea0f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 13 Apr 2025 07:52:03 -0500 Subject: [PATCH] update --- infra/argocd/templates/istio.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/argocd/templates/istio.yaml b/infra/argocd/templates/istio.yaml index ffd5915..b687887 100644 --- a/infra/argocd/templates/istio.yaml +++ b/infra/argocd/templates/istio.yaml @@ -13,6 +13,9 @@ spec: namespace: istio-system name: in-cluster syncPolicy: + managedNamespaceMetadata: + labels: + topology.istio.io/network: network1 automated: prune: true selfHeal: true @@ -41,6 +44,9 @@ spec: namespace: istio-system name: dmz syncPolicy: + managedNamespaceMetadata: + labels: + topology.istio.io/network: network2 automated: prune: true selfHeal: true