Fix serviceMonitor labels in actionsMetrics (#2682)
This commit is contained in:
parent
d134dee14b
commit
685f7162a4
|
|
@ -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" . }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue