Bug
The tool reports a configmap used as a container argument as unused.
Steps to reproduce
If you try to expose a tcp service by following the ingress-nginx guide here, you will create a configmap with the necessary information and then add it in the ingress-nginx's deployment like:
args:
- /nginx-ingress-controller
- --tcp-services-configmap=ingress-nginx/tcp-services
The tool, however, doesn't recognize this configmap as in use.
Expected behaviour
The tool should ignore the above configmap.