Skip to content

Remove prometheus annotations if observability is disabled

Fixes #49 (closed)

As noted in the issue above, the problem is, the prometheus annotations are always included in the chart, even when the agent port is not exposed because the observability feature was turned off in values, which causes Prometheus to try to scrape the closed port.

Edited by Thomas Spear

Merge request reports