Documenting the runner container command in values.yaml (#2854)

This commit is contained in:
Francesco Virga
2023-09-07 05:47:08 -06:00
committed by GitHub
parent 10d79342d7
commit c7dce2bbb7

View File

@@ -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