Closed x418 closed 2 weeks ago
This fixes the invalid condition (to check for namespaceSelector) that prevents template from rendering.
i.e. When probes exist, the template no longer renders as shown below
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
[azure-metrics-exporter]
This PR also seems to fix https://github.com/webdevops/helm-charts/issues/60
Is there any date planned for his to get integrated?
@mblaschke approve pls
What this PR does / why we need it
This fixes the invalid condition (to check for namespaceSelector) that prevents template from rendering.
i.e. When probes exist, the template no longer renders as shown below
Which issue this PR fixes
Special notes for your reviewer
Checklist
[azure-metrics-exporter]
)