apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: kubeflow-pipelines-gitops namespace: argocd spec: project: default source: repoURL: https://github.com/ghndrx/kubeflow-pipelines.git targetRevision: HEAD path: manifests destination: server: https://kubernetes.default.svc namespace: kubeflow syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true