apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: istio-app-routes namespace: argocd annotations: argocd.argoproj.io/sync-wave: "52" finalizers: - resources-finalizer.argocd.argoproj.io spec: project: applications source: repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git targetRevision: main path: infrastructure/istio/manifests/apps destination: server: https://kubernetes.default.svc namespace: istio-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true