fix vaultwarden again...
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.3
|
version: 3.9.4
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ database:
|
|||||||
# 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
|
||||||
|
|||||||
@@ -765,6 +765,12 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
default: "db"
|
default: "db"
|
||||||
hidden: true
|
hidden: true
|
||||||
|
- variable: noMount
|
||||||
|
label: "Do not mount this storage inside the main pod"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- variable: type
|
- variable: type
|
||||||
label: "(Advanced) Type of Storage"
|
label: "(Advanced) Type of Storage"
|
||||||
description: "Sets the persistence type"
|
description: "Sets the persistence type"
|
||||||
|
|||||||
@@ -152,11 +152,13 @@ persistence:
|
|||||||
type: emptyDir
|
type: emptyDir
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
noMount: true
|
||||||
forceName: "db"
|
forceName: "db"
|
||||||
enabled: true
|
enabled: true
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
|
|
||||||
dbbackup:
|
dbbackup:
|
||||||
|
noMount: true
|
||||||
enabled: true
|
enabled: true
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user