fix: Add missing volumeMounts to dind sidecar in values file

This commit is contained in:
Mark Huijgen 2025-06-16 11:39:34 +02:00
parent a1d1f1d086
commit 44f8e8020b
1 changed files with 10 additions and 3 deletions

View File

@ -329,6 +329,13 @@ template:
## 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