expose dind
This commit is contained in:
parent
ddc2918a48
commit
ca0bbf85d4
|
|
@ -96,7 +96,8 @@ volumeMounts:
|
|||
{{- end }}
|
||||
|
||||
{{- define "gha-runner-scale-set.dind-container" -}}
|
||||
image: docker:dind
|
||||
image: {{ .Values.dind.image }}
|
||||
imagePullPolicy: {{ .Values.dind.imagePullPolicy }}
|
||||
args:
|
||||
- dockerd
|
||||
- --host=unix:///var/run/docker.sock
|
||||
|
|
|
|||
|
|
@ -295,6 +295,11 @@ githubConfigSecret:
|
|||
# 3600.0,
|
||||
# ]
|
||||
|
||||
# if using dind - you can overwrite the image used
|
||||
dind:
|
||||
image: docker:dind
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
## template is the PodSpec for each runner Pod
|
||||
## For reference: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#PodSpec
|
||||
template:
|
||||
|
|
|
|||
Loading…
Reference in New Issue