apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ingress-private namespace: argocd spec: project: default sources: - repoURL: https://kubernetes.github.io/ingress-nginx chart: ingress-nginx targetRevision: "*" helm: valueFiles: - $values/helm/ingress-private/values.yaml - repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests targetRevision: HEAD ref: values destination: server: https://kubernetes.default.svc namespace: ingress-private syncPolicy: automated: prune: true selfHeal: true