fix: Secret already exists

This commit is contained in:
2025-09-11 13:46:17 +02:00
parent 3e43f7058e
commit 42ecc5116e
+3 -3
View File
@@ -595,14 +595,14 @@ mariadb:
usePasswordFiles: false usePasswordFiles: false
## ref: https://github.com/bitnami/containers/tree/main/bitnami/mariadb#setting-the-root-password-on-first-run ## ref: https://github.com/bitnami/containers/tree/main/bitnami/mariadb#setting-the-root-password-on-first-run
## ##
rootPassword: en to tre fire # rootPassword: en to tre fire
## ref: https://github.com/bitnami/containers/blob/main/bitnami/mariadb/README.md#creating-a-database-on-first-run ## ref: https://github.com/bitnami/containers/blob/main/bitnami/mariadb/README.md#creating-a-database-on-first-run
## ##
database: bitnami_matomo database: bitnami_matomo
## ref: https://github.com/bitnami/containers/blob/main/bitnami/mariadb/README.md#creating-a-database-user-on-first-run ## ref: https://github.com/bitnami/containers/blob/main/bitnami/mariadb/README.md#creating-a-database-user-on-first-run
## ##
username: bn_matomo username: bn_matomo
password: test # password: test
passwordUpdateJob: passwordUpdateJob:
enabled: true enabled: true
primary: primary:
@@ -662,7 +662,7 @@ externalDatabase:
user: bn_matomo user: bn_matomo
database: bitnami_matomo database: bitnami_matomo
existingSecret: matomo-mariadb existingSecret: matomo-mariadb
existingSecretPasswordKey: mariadb-password # existingSecretPasswordKey: mariadb-password
## @section Volume Permissions parameters ## @section Volume Permissions parameters
## ##