pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Make included prometheus server configurable
Fixes #278
Motivation
We want to connect the included Prometheus server to an external Alert Manager which is currently not possible.
Modifications
We have moved the hard coded configuration from templates/prometheus-configmap.yaml
to prometheus.configData
in values.yaml
Verifying this change
- [ ] Make sure that the change passes the CI checks.