apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: {{ site }} namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: ssh://git@code.fritzlab.net/fritzlab/apps.git targetRevision: main path: sjc001/websites/{{ site }}/manifests destination: server: https://kubernetes.default.svc namespace: {{ namespace }} syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true