fix some issues with postgresql permissions on vaultwarden
This commit is contained in:
@@ -31,4 +31,4 @@ name: vaultwarden
|
||||
sources:
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
version: 3.9.2
|
||||
version: 3.9.3
|
||||
|
||||
@@ -163,6 +163,8 @@ persistence:
|
||||
# Enabled postgres
|
||||
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
||||
postgresql:
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
enabled: true
|
||||
postgresqlUsername: vaultwarden
|
||||
postgresqlDatabase: vaultwarden
|
||||
|
||||
Reference in New Issue
Block a user