allow configuring the dind image
This commit is contained in:
parent
f7b6ad901d
commit
e647b119bd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue