Drop verbose flag from runner scale set init-dind-externals copy (#3805)

This commit is contained in:
Cees-Jan Kiewiet
2025-03-05 21:02:27 +01:00
committed by GitHub
parent 75e037909e
commit 2f5c981d46
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ app.kubernetes.io/instance: {{ include "gha-runner-scale-set.scale-set-name" . }
{{- if eq $val.name "runner" }}
image: {{ $val.image }}
command: ["cp"]
args: ["-r", "-v", "/home/runner/externals/.", "/home/runner/tmpDir/"]
args: ["-r", "/home/runner/externals/.", "/home/runner/tmpDir/"]
volumeMounts:
- name: dind-externals
mountPath: /home/runner/tmpDir