From ea13873f148522bb0a5520c1213a9b8adb6b03db Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Fri, 17 May 2024 13:06:57 +0200 Subject: [PATCH] Remove service monitor that is not used in controller chart (#3526) --- charts/gha-runner-scale-set-controller/templates/_helpers.tpl | 4 ---- 1 file changed, 4 deletions(-) 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 }}