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

@@ -54,7 +54,9 @@ spec:
- "--leader-election-id={{ include "gha-runner-scale-set-controller.fullname" . }}"
{{- end }}
{{- with .Values.imagePullSecrets }}
- "--auto-scaler-image-pull-secrets={{ include "gha-runner-scale-set-controller.imagePullSecretsNames" . }}"
{{- range . }}
- "--auto-scaler-image-pull-secrets={{- .name -}}"
{{- end }}
{{- end }}
{{- with .Values.flags.logLevel }}
- "--log-level={{ . }}"