Fix image pull secrets list arguments in the chart (#4164)

This commit is contained in:
Nikola Jokic
2025-07-01 15:28:18 +02:00
committed by GitHub
parent aa14f50e45
commit 349cc0835e
3 changed files with 6 additions and 10 deletions

View File

@@ -129,11 +129,3 @@ Create the name of the service account to use
{{- define "gha-runner-scale-set-controller.leaderElectionRoleBinding" -}}
{{- include "gha-runner-scale-set-controller.fullname" . }}-leader-election
{{- end }}
{{- define "gha-runner-scale-set-controller.imagePullSecretsNames" -}}
{{- $names := list }}
{{- range $k, $v := . }}
{{- $names = append $names $v.name }}
{{- end }}
{{- $names | join ","}}
{{- end }}