diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index 90bb2748..0efc24d3 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -89,7 +89,7 @@ image: {{ $val.image }} command: ["cp"] args: ["-r", "/home/runner/externals/.", "/home/runner/tmpDir/"] volumeMounts: - - name: -externals + - name: dind-externals mountPath: /home/runner/tmpDir {{- end }} {{- end }}