Ensured actions are enabled

Changelog: changed
Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
GeorgeRaven
2026-01-16 00:56:55 +00:00
parent ef9fa1b3c9
commit 89f1265bb0
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ A Helm chart for Kubernetes
| gitea.gitea.admin.existingSecret | string | `"gitea-admin-secret"` | |
| gitea.gitea.config."git.timeout".MIGRATE | int | `1200` | |
| gitea.gitea.config.APP_NAME | string | `"Gitea: A private Git Service"` | |
| gitea.gitea.config.actions.ENABLED | bool | `true` | |
| gitea.gitea.config.database.DB_TYPE | string | `"postgres"` | |
| gitea.gitea.config.database.HOST | string | `"postgres-pgpool"` | |
| gitea.gitea.config.database.NAME | string | `"postgres"` | |

View File

@@ -15,6 +15,8 @@ gitea:
# everything under config matches the gitea config https://docs.gitea.com/administration/config-cheat-sheet
config:
APP_NAME: "Gitea: A private Git Service"
actions:
ENABLED: true
service:
DISABLE_REGISTRATION: true
server: