You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this fixes a regression i introduced related to rendering the PrometheusRule conditions. it should
now render in a wide array of scenarios.
open-telemetry#1379
The condition here:
opentelemetry-helm-charts/charts/opentelemetry-collector/templates/prometheusrule.yaml
Line 1 in 3a6fff3
means the PrometheusRule resource is not created when using PodMonitor instead of ServiceMonitor (makes sense for
mode: daemonset
).Can change the condition to check for both values?
The text was updated successfully, but these errors were encountered: