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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

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 }}