Skip to content

Commit 75e0379

Browse files
AutoscalingRunnerSet env: not Rendering correctly (#3826)
Co-authored-by: Nikola Jokic <[email protected]>
1 parent e122615 commit 75e0379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gha-runner-scale-set/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ env:
218218
{{- if eq $env.name "RUNNER_UPDATE_CA_CERTS" }}
219219
{{- $setRunnerUpdateCaCerts = 0 }}
220220
{{- end }}
221-
- {{ $env | toYaml | nindent 4 }}
221+
- {{ $env | toYaml | nindent 4 | trim }}
222222
{{- end }}
223223
{{- end }}
224224
{{- if $setDockerHost }}

0 commit comments

Comments
 (0)