From b2a369b479d1cdb03f6388a692abb4ac8aa24cab Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 17 Mar 2025 05:24:13 -0500 Subject: [PATCH] update --- infra/argocd/templates/istio.yaml | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/infra/argocd/templates/istio.yaml b/infra/argocd/templates/istio.yaml index 9a33f34..808d46a 100644 --- a/infra/argocd/templates/istio.yaml +++ b/infra/argocd/templates/istio.yaml @@ -26,28 +26,28 @@ spec: --- -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: istio-system-dmz -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://gitlab.com/developerdurp/homelab.git -# targetRevision: main -# path: dmz/istio-system -# destination: -# namespace: istio-system -# name: dmz -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true -# ignoreDifferences: -# - group: admissionregistration.k8s.io -# kind: ValidatingWebhookConfiguration -# jsonPointers: -# - /webhooks/0/failurePolicy +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: istio-system-dmz + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: dmz/istio-system + destination: + namespace: istio-system + name: dmz + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - group: admissionregistration.k8s.io + kind: ValidatingWebhookConfiguration + jsonPointers: + - /webhooks/0/failurePolicy