From 1cbcf9b47f299d6efaeb6b640aacda8c756f8657 Mon Sep 17 00:00:00 2001 From: venegator Date: Thu, 12 Sep 2024 16:40:38 +0200 Subject: [PATCH] Update values.yaml Signed-off-by: venegator --- charts/argo-workflows/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 5c2a674d..aa6e86b1 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -143,6 +143,9 @@ controller: servicePortName: metrics # -- Flag to enable headless service headlessService: false + # -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. + ## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#honorlabels + honorLabels: false # -- ServiceMonitor relabel configs to apply to samples before scraping ## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig relabelings: []