mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: bookstack db root password
This commit is contained in:
@@ -24,10 +24,14 @@ spec:
|
||||
tag: "version-v21.04.2"
|
||||
mariadb:
|
||||
enabled: true
|
||||
image:
|
||||
repository: bitnami/mariadb
|
||||
tag: "10.5.10"
|
||||
auth:
|
||||
database: bookstack
|
||||
username: bookstack
|
||||
password: ${SECRET_BOOKSTACK_DB_PASSWORD}
|
||||
rootPassword: ${SECRET_BOOKSTACK_DB_ROOT_PASSWORD}
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user