allow configuring the dind image
This commit is contained in:
parent
f7b6ad901d
commit
e647b119bd
|
|
@ -96,7 +96,7 @@ volumeMounts:
|
|||
{{- end }}
|
||||
|
||||
{{- define "gha-runner-scale-set.dind-container" -}}
|
||||
image: docker:dind
|
||||
image: {{ .Values.dind.image | default "docker:dind" }}
|
||||
args:
|
||||
- dockerd
|
||||
- --host=unix:///run/docker/docker.sock
|
||||
|
|
|
|||
Loading…
Reference in New Issue