aws-samples / eks-blueprints-add-ons

MIT No Attribution
139 stars 763 forks source link

`ingress-nginx` Application manifest has the wrong namespace in it #33

Closed spkane closed 2 years ago

spkane commented 2 years ago

https://github.com/aws-samples/eks-blueprints-add-ons/blob/main/chart/templates/ingress-nginx.yaml#L17

It currently reads namespace: nginx however it should be namespace: ingress-nginx

bryantbiggs commented 2 years ago

Resolved in #38