--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: argocd namespace: argocd spec: project: default source: repoURL: https://git.unkin.net/unkin/argocd-apps targetRevision: HEAD path: clusters/au-syd1/bootstrap destination: server: https://kubernetes.default.svc namespace: argocd syncPolicy: automated: prune: false selfHeal: true syncOptions: - ServerSideApply=true