Fix serviceMonitor labels in actionsMetrics (#2682)
This commit is contained in:
		
							parent
							
								
									d134dee14b
								
							
						
					
					
						commit
						685f7162a4
					
				|  | @ -4,7 +4,7 @@ kind: ServiceMonitor | ||||||
| metadata: | metadata: | ||||||
|   labels: |   labels: | ||||||
|     {{- include "actions-runner-controller.labels" . | nindent 4 }} |     {{- include "actions-runner-controller.labels" . | nindent 4 }} | ||||||
|   {{- with .Values.actionsMetricsServer.serviceMonitorLabels }} |   {{- with .Values.actionsMetrics.serviceMonitorLabels }} | ||||||
|     {{- toYaml . | nindent 4 }} |     {{- toYaml . | nindent 4 }} | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   name: {{ include "actions-runner-controller-actions-metrics-server.serviceMonitorName" . }} |   name: {{ include "actions-runner-controller-actions-metrics-server.serviceMonitorName" . }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue