apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: researchowl namespace: argocd spec: project: default source: repoURL: http://gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git targetRevision: HEAD path: researchowl destination: server: https://kubernetes.default.svc namespace: researchowl syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true