aws-samples/eks-blueprints-add-ons

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

spkane opened this issue · 1 comments

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

Resolved in #38