-
Notifications
You must be signed in to change notification settings - Fork 14
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
azure-metrics-exporter: The fix for namespaceSelector breaks the deployment #60
Comments
Is addressed by #62 |
#62 fixed only part of the problem. We're still getting:
It's caused by passing the local scope instead of I'll open a PR to fix it shortly. |
My bad. I saw the comment too late (after the merge). Thanks for taking care of it |
The addition of a namespaceSelector breaks the deployment in our environment throwing a nil pointer error:
Error: template: azure-metrics-exporter/templates/prometheus/servicemonitor.metricprobe.yaml:23:16: executing "azure-metrics-exporter/templates/prometheus/servicemonitor.metricprobe.yaml" at <.Values.prometheus.monitor.namespaceSelector>: nil pointer evaluating interface {}.prometheus
The text was updated successfully, but these errors were encountered: