diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index cf0ef7e0..b9de572c 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -101,6 +101,7 @@ template: ## containers: ## - name: runner ## image: ghcr.io/actions/actions-runner:latest + ## command: ["/home/runner/run.sh"] ## env: ## - name: DOCKER_HOST ## value: tcp://localhost:2376 @@ -139,6 +140,7 @@ template: ## containers: ## - name: runner ## image: ghcr.io/actions/actions-runner:latest + ## command: ["/home/runner/run.sh"] ## env: ## - name: ACTIONS_RUNNER_CONTAINER_HOOKS ## value: /home/runner/k8s/index.js