apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: dbiz-infra-prod namespace: argocd spec: project: default source: repoURL: https://git.renolation.com/renolation/argo-k8s.git targetRevision: main path: envs/prod/infra directory: recurse: true destination: server: https://kubernetes.default.svc namespace: dbiz-prod syncPolicy: automated: prune: true selfHeal: true