diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index c9729235..d2709e67 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -102,6 +102,8 @@ args: - --host=unix:///var/run/docker.sock - --group=$(DOCKER_GROUP_GID) env: + - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS + value: "15" - name: DOCKER_GROUP_GID value: "123" securityContext: diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index e3f69992..ba787a98 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -302,6 +302,8 @@ template: ## - --host=unix:///var/run/docker.sock ## - --group=$(DOCKER_GROUP_GID) ## env: + ## - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS + ## value: "15" ## - name: DOCKER_GROUP_GID ## value: "123" ## securityContext: