apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: capi-providers namespace: argocd spec: project: default source: path: manifests/capi-stack repoURL: https://git.weystrom.dev/argodent/turbo-mothership.git targetRevision: HEAD directory: recurse: true destination: server: https://kubernetes.default.svc namespace: capi syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true