fix some issues with postgresql permissions on vaultwarden

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-10 15:40:49 +02:00
parent 6560dc4176
commit 7dbec929c5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ name: vaultwarden
sources: sources:
- https://github.com/dani-garcia/vaultwarden - https://github.com/dani-garcia/vaultwarden
type: application type: application
version: 3.9.2 version: 3.9.3
+2
View File
@@ -163,6 +163,8 @@ persistence:
# Enabled postgres # Enabled postgres
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql # ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
postgresql: postgresql:
volumePermissions:
enabled: true
enabled: true enabled: true
postgresqlUsername: vaultwarden postgresqlUsername: vaultwarden
postgresqlDatabase: vaultwarden postgresqlDatabase: vaultwarden