apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: sova-projects namespace: argocd spec: project: default source: repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git targetRevision: prod path: argocd/projects destination: server: https://kubernetes.default.svc namespace: argocd syncPolicy: automated: prune: true selfHeal: true