fix: service account name

This commit is contained in:
clechevalli 2024-05-26 11:55:00 +02:00
parent 099306b056
commit a83921a795
No known key found for this signature in database
GPG Key ID: 6A8627C1E83E055F
1 changed files with 1 additions and 1 deletions

View File

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