apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: argocd namespace: argocd spec: destination: namespace: argocd server: https://kubernetes.default.svc project: infra source: path: manifests/kustomize/argocd repoURL: https://gitlab.wikimedia.org/martynranyard/cloud-dev-cluster.git targetRevision: HEAD syncPolicy: automated: selfHeal: true syncOptions: - ServerSideApply=true