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