expose dind

This commit is contained in:
Sheldon Tsen 2025-08-19 14:40:45 +01:00
parent ddc2918a48
commit ca0bbf85d4
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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: