Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configmaps and Secrets in a projected volume not detected as used #365

Closed
tylergmuir opened this issue Oct 29, 2024 · 1 comment · Fixed by #366
Closed

Configmaps and Secrets in a projected volume not detected as used #365

tylergmuir opened this issue Oct 29, 2024 · 1 comment · Fixed by #366

Comments

@tylergmuir
Copy link




Describe the bug
Projected volumes are not checked for config maps and secrets so they get reported as potentially unused.

To Reproduce
Steps to reproduce the behavior:

  1. Have a pod/deployment with a projected volume that is comprised of multiple items (configmaps and/or secrets)
  2. Run popeye

Expected behavior
Since the configmaps/secrets are mapped to the pod/deployment via the projected volume, I would expect they get reported as used.

Versions (please complete the following information):

  • OS: OSX
  • Popeye 0.21.5
  • K8s 1.27.11
@bpfoster
Copy link
Contributor

Am seeing the same behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants