From 6ae2d621823047e039e026b77c811e8c7caa02b7 Mon Sep 17 00:00:00 2001 From: Grzegorz Dziwoki Date: Mon, 30 Oct 2023 14:42:37 +0100 Subject: [PATCH] Fix metricRelabelings templating in helm chart Signed-off-by: Grzegorz Dziwoki --- 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 1bb762cde..f453520b9 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 }}