datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

update k-p-s to use additionalPrometheusRulesMap #256

Closed pgier closed 1 year ago

pgier commented 1 year ago

The Helm config additionalPrometheusRules is deprecated because it uses a list which does not allow overriding individual elements. It's been replaced by additionalPrometheusRulesMap which allows adding/overriding rules.

See: https://github.com/prometheus-community/helm-charts/pull/109