apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ztunnel namespace: argocd annotations: argocd.argoproj.io/sync-wave: "5" finalizers: - resources-finalizer.argocd.argoproj.io spec: project: infrastructure source: repoURL: https://istio-release.storage.googleapis.com/charts chart: ztunnel targetRevision: 1.29.0 destination: server: https://kubernetes.default.svc namespace: istio-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true