apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cluster-ingress namespace: argocd operation: initiatedBy: automated: true retry: limit: 5 sync: prune: true revision: 4.12.3 spec: destination: namespace: cluster-ingress server: https://kubernetes.default.svc project: default source: chart: ingress-nginx helm: parameters: - name: controller.hostNetwork value: "true" - name: controller.service.type value: "ClusterIP" repoURL: https://kubernetes.github.io/ingress-nginx targetRevision: 4.12.3 syncPolicy: automated: prune: true selfHeal: true