fix some issues with postgresql permissions on vaultwarden
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user