aws-samples / eks-blueprints-add-ons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

spkane opened this issue · 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