apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ingress-nginx namespace: argocd annotations: argocd.argoproj.io/sync-wave: "3" spec: project: workshop sources: - repoURL: https://kubernetes.github.io/ingress-nginx chart: ingress-nginx targetRevision: "4.12.0" helm: valueFiles: - $values/manifests/networking/ingress-nginx/values.yaml - repoURL: https://github.com/paulharkink/ops-demo.git targetRevision: HEAD ref: values destination: server: https://kubernetes.default.svc namespace: ingress-nginx syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true