From a83921a795a604808ff2ddfc64014785226c64d5 Mon Sep 17 00:00:00 2001 From: clechevalli Date: Sun, 26 May 2024 11:55:00 +0200 Subject: [PATCH] fix: service account name --- charts/gha-runner-scale-set/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index 67b27df9..518ed1b7 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -79,7 +79,7 @@ app.kubernetes.io/instance: {{ include "gha-runner-scale-set.scale-set-name" . } {{- end }} {{- define "gha-runner-scale-set.kubeModeServiceAccountName" -}} -{{- include "gha-runner-scale-set.fullname" . }}-kube-mode +{{- include "gha-runner-scale-set.fullname" . | replace "_" "-" }}-kube-mode {{- end }} {{- define "gha-runner-scale-set.dind-init-container" -}}