apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cert-manager namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: https://git.mvzijl.nl/marco/veda.git targetRevision: applicationset-rewrite path: apps/cert-manager helm: releaseName: cert-manager valueFiles: - values.yaml destination: server: https://kubernetes.default.svc namespace: cert-manager syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - PruneLast=true - PrunePropagationPolicy=foreground - ServerSideApply=true