This commit is contained in:
2025-03-17 05:20:34 -05:00
parent a50b3ca1d4
commit 0907c0fdc8

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