diff --git a/charts/gha-runner-scale-set-controller/templates/_helpers.tpl b/charts/gha-runner-scale-set-controller/templates/_helpers.tpl index b4adbd00..075d21ae 100644 --- a/charts/gha-runner-scale-set-controller/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set-controller/templates/_helpers.tpl @@ -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 }}