From 2de1b8cec938b813bcdcd11d0bc20019b3f4e8e5 Mon Sep 17 00:00:00 2001 From: Grzegorz Dziwoki Date: Fri, 27 Oct 2023 09:39:20 +0200 Subject: [PATCH] Fix metricRelabelings templating in helm chart --- charts/logging-operator/templates/service_monitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/logging-operator/templates/service_monitor.yaml b/charts/logging-operator/templates/service_monitor.yaml index 1bb762cde5..f453520b9f 100644 --- a/charts/logging-operator/templates/service_monitor.yaml +++ b/charts/logging-operator/templates/service_monitor.yaml @@ -16,7 +16,7 @@ spec: endpoints: - port: http path: /metrics - {{- with .Values.monitoring.serviceMonitor.metricsRelabelings }} + {{- with .Values.monitoring.serviceMonitor.metricRelabelings }} metricRelabelings: {{- toYaml . | nindent 6 }} {{- end }}