Skip to content

Configmap used as a container arguement is shown as unused #6

@ntchristos

Description

@ntchristos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions