apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: restic-prune-application namespace: argocd spec: project: default source: repoURL: https://github.com/moll-re/k3s-infra.git targetRevision: HEAD path: infrastructure/backup/overlays/prune destination: server: https://kubernetes.default.svc namespace: backup syncPolicy: automated: prune: true selfHeal: true