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