Remove service monitor that is not used in controller chart (#3526)

This commit is contained in:
Nikola Jokic
2024-05-17 13:06:57 +02:00
committed by GitHub
parent a6d87c46cd
commit ea13873f14

View File

@@ -126,7 +126,3 @@ Create the name of the service account to use
{{- end }}
{{- $names | join ","}}
{{- end }}
{{- define "gha-runner-scale-set-controller.serviceMonitorName" -}}
{{- include "gha-runner-scale-set-controller.fullname" . }}-service-monitor
{{- end }}