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

@ -326,9 +326,16 @@ template:
## command: ## command:
## - docker ## - docker
## - info ## - info
## initialDelaySeconds: 0 ## initialDelaySeconds: 0
## failureThreshold: 24 ## failureThreshold: 24
## periodSeconds: 5 ## periodSeconds: 5
## volumeMounts:
## - name: work
## mountPath: /home/runner/_work
## - name: dind-sock
## mountPath: /var/run
## - name: dind-externals
## mountPath: /home/runner/externals
## containers: ## containers:
## - name: runner ## - name: runner
## image: ghcr.io/actions/actions-runner:latest ## image: ghcr.io/actions/actions-runner:latest