Skip to content

Commit c7dce2b

Browse files
authored
Documenting the runner container command in values.yaml (actions#2854)
1 parent 10d7934 commit c7dce2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/gha-runner-scale-set/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ template:
101101
## containers:
102102
## - name: runner
103103
## image: ghcr.io/actions/actions-runner:latest
104+
## command: ["/home/runner/run.sh"]
104105
## env:
105106
## - name: DOCKER_HOST
106107
## value: tcp://localhost:2376
@@ -139,6 +140,7 @@ template:
139140
## containers:
140141
## - name: runner
141142
## image: ghcr.io/actions/actions-runner:latest
143+
## command: ["/home/runner/run.sh"]
142144
## env:
143145
## - name: ACTIONS_RUNNER_CONTAINER_HOOKS
144146
## value: /home/runner/k8s/index.js

0 commit comments

Comments
 (0)