apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: api-service namespace: argocd spec: project: platform source: repoURL: https://git.acme.io/k8s.git path: apps/api-service targetRevision: main destination: server: https://kubernetes.default.svc namespace: api syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true