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

[prometheus-snmp-exporter] move config map to secret #5045

Open
ThomasUllrich666 opened this issue Dec 9, 2024 · 0 comments
Open

[prometheus-snmp-exporter] move config map to secret #5045

ThomasUllrich666 opened this issue Dec 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ThomasUllrich666
Copy link

Describe the bug a clear and concise description of what the bug is.

currently the values.config parameter will setup a configmap that contains the snmp.yaml configuration. Due to the fact that the snmp.yaml file can include authentication parameter used for snmp auth, it would be better to migrate the entire config to a secret instead of a configmap.

not sure if this is a feature request, bug or security vulnerability. :-)

What's your helm version?

v3.15.3

What's your kubectl version?

v1.27.16+03a907c

Which chart?

prometheus-snmp-exporter

What's the chart version?

prometheus-snmp-exporter-5.6.0

What happened?

No response

What you expected to happen?

use secret instead of config map

How to reproduce it?

No response

Enter the changed values of values.yaml?

No response

Enter the command that you execute and failing/misfunctioning.

helm upgrade --install prometheus-snmp-exporter prometheus-community/prometheus-snmp-exporter -f values.yaml --set-file config=snmp.yaml

Anything else we need to know?

No response

@ThomasUllrich666 ThomasUllrich666 added the bug Something isn't working label Dec 9, 2024
@zeritti zeritti added enhancement New feature or request and removed bug Something isn't working labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants