From 0907c0fdc886f6b81f0b16584b7035c73572cdac Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 17 Mar 2025 05:20:34 -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 808d46a..9a33f34 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