Description
Helm installation fails to deploy the prometheus-exporter ServiceMonitor.
Environment
OS: Ubuntu 22.04 LTS
Version: 3.0.3
Steps To Reproduce
- --set "capabilities.prometheusExporter=enable" or set value in values.yaml
- helm install ...
- install all, but prometheus-exporter
- error: Error: INSTALL FAILED: failed to create resource: ServiceMonitor.monitoring.coreos.com "prometheus-exporter" is invalid: spec.endpoints: Required value
Expected behavior
ServiceMonitor is created
Actual Behavior
ServiceMonitor is not created
Additional context
The template is missing the required "endpoints" specification.
Description
Helm installation fails to deploy the prometheus-exporter ServiceMonitor.
Environment
OS: Ubuntu 22.04 LTS
Version: 3.0.3
Steps To Reproduce
Expected behavior
ServiceMonitor is created
Actual Behavior
ServiceMonitor is not created
Additional context
The template is missing the required "endpoints" specification.