Skip to content

Commit beb2664

Browse files
authored
Update metrics-service-monitor.yaml (#678)
1 parent 9ea08f2 commit beb2664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/devtron-reference-helm-charts/reference-chart_3-11-0/templates/metrics-service-monitor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
appId: {{ $.Values.app | quote }}
99
envId: {{ $.Values.env | quote }}
1010
chart: {{ template ".Chart.Name .chart" . }}
11-
release: monitoring
11+
release: {{ .Values.prometheus.release }}
1212
spec:
1313
jobLabel: {{ template ".Chart.Name .name" $ }}
1414
endpoints:
@@ -27,4 +27,4 @@ spec:
2727
- appId
2828
- envId
2929
- rollouts-pod-template-hash
30-
{{- end }}
30+
{{- end }}

0 commit comments

Comments
 (0)