From 44f8e8020b352213390c601f7d070e35eb7345f4 Mon Sep 17 00:00:00 2001 From: Mark Huijgen <48476507+mhuijgen@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:39:34 +0200 Subject: [PATCH] fix: Add missing volumeMounts to dind sidecar in values file --- charts/gha-runner-scale-set/values.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index f8415ba9..f9587827 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -326,9 +326,16 @@ template: ## command: ## - docker ## - info -## initialDelaySeconds: 0 -## failureThreshold: 24 -## periodSeconds: 5 + ## initialDelaySeconds: 0 + ## failureThreshold: 24 + ## periodSeconds: 5 + ## volumeMounts: + ## - name: work + ## mountPath: /home/runner/_work + ## - name: dind-sock + ## mountPath: /var/run + ## - name: dind-externals + ## mountPath: /home/runner/externals ## containers: ## - name: runner ## image: ghcr.io/actions/actions-runner:latest