From 28f2ab7bdbe9c5ef92e041762814a85a67acc662 Mon Sep 17 00:00:00 2001 From: Alan B <961130+defenestration@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:26:54 -0400 Subject: [PATCH] add honorLabels to PodMonitor Signed-off-by: Alan B <961130+defenestration@users.noreply.github.com> --- charts/flagger/templates/podmonitor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/flagger/templates/podmonitor.yaml b/charts/flagger/templates/podmonitor.yaml index fafca031..1f882e78 100644 --- a/charts/flagger/templates/podmonitor.yaml +++ b/charts/flagger/templates/podmonitor.yaml @@ -17,6 +17,7 @@ spec: - interval: {{ .Values.podMonitor.interval }} path: /metrics port: http + honorLabels: {{ .Values.podMonitor.honorLabels }} namespaceSelector: matchNames: - {{ .Release.Namespace }}