diff --git a/README.md b/README.md index 7f59190..58e0a6a 100644 --- a/README.md +++ b/README.md @@ -1090,8 +1090,24 @@ The chart can deploy an [Actions Runner](https://forgejo.org/docs/latest/admin/a The available runner tags are listed here: +The **Runner Configuration** `gitea.actions.runner.config` is simply the contents of the +[runner config file](https://forgejo.codeberg.page/docs/v1.20/admin/actions/#configuration). +Make sure to specify at least one label so that workflows can find the runner. + +Default runner config: + +```yaml +gitea: + actions: + config: + runner: + labels: + - docker:docker://node:16-bullseye + ``` + | Name | Description | Value | |-----------------------------------------------|------------------------------------------------------------|--------------------| +| `gitea.actions.runner.config` | Runner configuration map. | | | `gitea.actions.runner.enabled` | Enable automatic deployment of a runner. | `false` | | `gitea.actions.runner.image.pullPolicy` | Overrides the pull policy set globally for actions runners | | | `gitea.actions.runner.image.registry` | Image registry, e.g. gcr.io,docker.io | `code.forgejo.org` | @@ -1099,7 +1115,6 @@ The available runner tags are listed here: