allow configuring the dind image

This commit is contained in:
Shaul 2024-01-30 21:25:07 +02:00
parent f7b6ad901d
commit e647b119bd
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ volumeMounts:
{{- end }} {{- end }}
{{- define "gha-runner-scale-set.dind-container" -}} {{- define "gha-runner-scale-set.dind-container" -}}
image: docker:dind image: {{ .Values.dind.image | default "docker:dind" }}
args: args:
- dockerd - dockerd
- --host=unix:///run/docker/docker.sock - --host=unix:///run/docker/docker.sock