Helm chart lint to find resources missing namespace

379 views Asked by At

I have a helm chart where some of the namespaced resources are missing namespace, which leads to their installation in default namespace. Is there a way to find all such namespaced resources, where namespace is missing, without actually installing.

0

There are 0 answers