apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: invest-api namespace: argocd spec: project: default source: repoURL: https://git.colacoder.com/kai/openbb-invest-api.git targetRevision: main path: k8s/base destination: server: https://kubernetes.default.svc namespace: invest-api syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true