From 75e037909ef21dda8781c1b1a1fac98aba3868b6 Mon Sep 17 00:00:00 2001 From: thinkbiggerltd <46003245+thinkbiggerltd@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:00:13 +0000 Subject: [PATCH] AutoscalingRunnerSet env: not Rendering correctly (#3826) Co-authored-by: Nikola Jokic --- 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 bd71ed64..b73c5dbe 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -218,7 +218,7 @@ env: {{- if eq $env.name "RUNNER_UPDATE_CA_CERTS" }} {{- $setRunnerUpdateCaCerts = 0 }} {{- end }} - - {{ $env | toYaml | nindent 4 }} + - {{ $env | toYaml | nindent 4 | trim }} {{- end }} {{- end }} {{- if $setDockerHost }}