fix: bookstack db root password

This commit is contained in:
auricom
2021-05-12 23:55:52 +02:00
parent 79b9887bec
commit e1579ece0e
2 changed files with 7 additions and 3 deletions

View File

@@ -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