This commit is contained in:
2025-04-13 07:42:22 -05:00
parent 5603924b25
commit 8283311536

View File

@@ -26,28 +26,28 @@ spec:
--- ---
#apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
#kind: Application kind: Application
#metadata: metadata:
# name: istio-system-dmz name: istio-system-dmz
# namespace: argocd namespace: argocd
#spec: spec:
# project: default project: default
# source: source:
# repoURL: https://gitlab.com/developerdurp/homelab.git repoURL: https://gitlab.com/developerdurp/homelab.git
# targetRevision: main targetRevision: main
# path: dmz/istio-system path: dmz/istio-system
# destination: destination:
# namespace: istio-system namespace: istio-system
# name: dmz name: dmz
# syncPolicy: syncPolicy:
# automated: automated:
# prune: true prune: true
# selfHeal: true selfHeal: true
# syncOptions: syncOptions:
# - CreateNamespace=true - CreateNamespace=true
# ignoreDifferences: ignoreDifferences:
# - group: admissionregistration.k8s.io - group: admissionregistration.k8s.io
# kind: ValidatingWebhookConfiguration kind: ValidatingWebhookConfiguration
# jsonPointers: jsonPointers:
# - /webhooks/0/failurePolicy - /webhooks/0/failurePolicy