diff --git a/README.md b/README.md index 460b519..8857425 100644 --- a/README.md +++ b/README.md @@ -1126,16 +1126,6 @@ The **Runner Configuration** `forgejo.runner.config` is simply the contents of t [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 -forgejo.runner: -__config: -____runner: -______labels: -________- docker:docker://node:16-bullseye -``` - | Name | Description | Value | | --------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------ | | `forgejo.runner.config` | contents of runner's config.yaml | `{}` | diff --git a/values.yaml b/values.yaml index 208091d..10590d8 100644 --- a/values.yaml +++ b/values.yaml @@ -639,15 +639,6 @@ gitea: ## [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 -## forgejo.runner: -## __config: -## ____runner: -## ______labels: -## ________- docker:docker://node:20-bookworm -## ``` ## @descriptionEnd ## @param forgejo.runner.config [object] contents of runner's config.yaml ## @param forgejo.runner.enabled Enable automatic deployment of a runner