1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00
prometheus-operator/pkg/prometheus/testdata/AlertmanagerConfigEmpty.golden
Simon Pasquier d728a1ce9d
fix: add runtime configuration for PrometheusAgent
In #6667, we forgot to support the new runtime configuration for the
PrometheusAgent CRD.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-11-08 09:19:56 +01:00

7 lines
159 B
Text
Generated

global:
scrape_interval: ""
external_labels:
prometheus: default/test
prometheus_replica: $(POD_NAME)
evaluation_interval: ""
scrape_configs: []