From 2ddee3af8f60d6d73c0bd6724758fe46e0243f8d Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Thu, 12 Sep 2024 13:19:40 +0200 Subject: [PATCH] Remove default config --- README.md | 10 ---------- values.yaml | 9 --------- 2 files changed, 19 deletions(-) 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