feat(gitea): enable volume permissions for PostgreSQL configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-24 15:25:20 +08:00
parent 9f115274e7
commit 32e112cb2b

View File

@ -118,6 +118,8 @@ postgresql:
primary: primary:
persistence: persistence:
size: 8Gi size: 8Gi
volumePermissions:
enabled: true
checkDeprecation: true checkDeprecation: true
test: test:
enabled: true enabled: true