From 685f7162a48e3c91dd1c18f7a1e59916584d9ec4 Mon Sep 17 00:00:00 2001 From: marcin-motyl <118439707+marcin-motyl@users.noreply.github.com> Date: Sat, 1 Jul 2023 06:59:44 +0200 Subject: [PATCH] Fix serviceMonitor labels in actionsMetrics (#2682) --- .../templates/actionsmetrics.servicemonitor.yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/actions-runner-controller/templates/actionsmetrics.servicemonitor.yaml.yml b/charts/actions-runner-controller/templates/actionsmetrics.servicemonitor.yaml.yml index 25e72f13..d25400fc 100644 --- a/charts/actions-runner-controller/templates/actionsmetrics.servicemonitor.yaml.yml +++ b/charts/actions-runner-controller/templates/actionsmetrics.servicemonitor.yaml.yml @@ -4,7 +4,7 @@ kind: ServiceMonitor metadata: labels: {{- include "actions-runner-controller.labels" . | nindent 4 }} - {{- with .Values.actionsMetricsServer.serviceMonitorLabels }} + {{- with .Values.actionsMetrics.serviceMonitorLabels }} {{- toYaml . | nindent 4 }} {{- end }} name: {{ include "actions-runner-controller-actions-metrics-server.serviceMonitorName" . }}