apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ingress-nginx namespace: argocd spec: destination: namespace: cluster-ingress server: https://kubernetes.default.svc project: infra source: chart: ingress-nginx repoURL: https://kubernetes.github.io/ingress-nginx targetRevision: 4.12.1 helm: valuesObject: controller: kind: DaemonSet nodeSelector: ingresshost: 'true' hostNetwork: 'true' ingressClass: 'nginx' ingressClassResource: default: 'true' className: nginx controllerValue: 'k8s.io/ingress-nginx' config: annotations-risk-level: Critical syncPolicy: automated: selfHeal: true