Update README with actions runner options
These changes were automatically generated by `make readme`.
This commit is contained in:
parent
ac02458d9b
commit
aa9957dcc5
1 changed files with 23 additions and 15 deletions
10
README.md
10
README.md
|
@ -691,11 +691,19 @@ gitea:
|
||||||
### Gitea
|
### Gitea
|
||||||
|
|
||||||
| Name | Description | Value |
|
| Name | Description | Value |
|
||||||
| -------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------- |
|
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------- |
|
||||||
| `gitea.admin.username` | Username for the Forgejo admin user | `gitea_admin` |
|
| `gitea.admin.username` | Username for the Forgejo admin user | `gitea_admin` |
|
||||||
| `gitea.admin.existingSecret` | Use an existing secret to store admin user credentials | `nil` |
|
| `gitea.admin.existingSecret` | Use an existing secret to store admin user credentials | `nil` |
|
||||||
| `gitea.admin.password` | Password for the Forgejo admin user | `r8sA8CPHD9!bt6d` |
|
| `gitea.admin.password` | Password for the Forgejo admin user | `r8sA8CPHD9!bt6d` |
|
||||||
| `gitea.admin.email` | Email for the Forgejo admin user | `gitea@local.domain` |
|
| `gitea.admin.email` | Email for the Forgejo admin user | `gitea@local.domain` |
|
||||||
|
| `gitea.actions.enabled` | Enable Forgejo Actions | `false` |
|
||||||
|
| `gitea.actions.runner.enabled` | Enable automatic deployment of a runner | `false` |
|
||||||
|
| `gitea.actions.runner.image.registry` | Image registry, e.g. gcr.io,docker.io | `code.forgejo.org` |
|
||||||
|
| `gitea.actions.runner.image.repository` | Image to start for this pod | `forgejo/runner` |
|
||||||
|
| `gitea.actions.runner.image.tag` | Visit: [Image tag](https://code.forgejo.org/forgejo/-/packages/container/runner/versions). | `2.3.0` |
|
||||||
|
| `gitea.actions.runner.image.pullPolicy` | Overrides the pull policy set globally for actions runners | `Always` |
|
||||||
|
| `gitea.actions.runner.image.rootless` | Determines whether we use a rootless container or not | `false` |
|
||||||
|
| `gitea.actions.runner.replicas` | Number of replicas to automatically deploy | `1` |
|
||||||
| `gitea.metrics.enabled` | Enable Forgejo metrics | `false` |
|
| `gitea.metrics.enabled` | Enable Forgejo metrics | `false` |
|
||||||
| `gitea.metrics.serviceMonitor.enabled` | Enable Forgejo metrics service monitor | `false` |
|
| `gitea.metrics.serviceMonitor.enabled` | Enable Forgejo metrics service monitor | `false` |
|
||||||
| `gitea.ldap` | LDAP configuration | `[]` |
|
| `gitea.ldap` | LDAP configuration | `[]` |
|
||||||
|
|
Loading…
Reference in a new issue