fix(gitea): Use env
This commit is contained in:
@@ -48,8 +48,6 @@ gitea:
|
||||
STORAGE_TYPE: minio
|
||||
picture:
|
||||
AVATAR_STORAGE_TYPE: minio
|
||||
"storage.packages":
|
||||
STORAGE_TYPE: minio
|
||||
repo-avatars:
|
||||
STORAGE_TYPE: minio
|
||||
"storage":
|
||||
@@ -133,6 +131,8 @@ gitea:
|
||||
secretKeyRef:
|
||||
name: gitea-db-app
|
||||
key: host
|
||||
- name: GITEA__storage_packages__STORAGE
|
||||
value: "minio"
|
||||
- name: GITEA__DATABASE__DB_TYPE
|
||||
value: postgres
|
||||
- name: GITEA__repository__DEFAULT_PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user