apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ingress-nginx namespace: argocd spec: project: default sources: - repoURL: https://kubernetes.github.io/ingress-nginx chart: ingress-nginx targetRevision: "*" helm: valueFiles: - $values/helm/ingress-nginx/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-nginx syncPolicy: automated: prune: true selfHeal: true