mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Ensured actions are enabled
Changelog: changed Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -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"` | |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user