fix: Add tmp password and host
This commit is contained in:
@@ -594,14 +594,14 @@ mariadb:
|
||||
auth:
|
||||
## ref: https://github.com/bitnami/containers/tree/main/bitnami/mariadb#setting-the-root-password-on-first-run
|
||||
##
|
||||
rootPassword: ""
|
||||
rootPassword: "en to tre fire"
|
||||
## ref: https://github.com/bitnami/containers/blob/main/bitnami/mariadb/README.md#creating-a-database-on-first-run
|
||||
##
|
||||
database: bitnami_matomo
|
||||
## ref: https://github.com/bitnami/containers/blob/main/bitnami/mariadb/README.md#creating-a-database-user-on-first-run
|
||||
##
|
||||
username: bn_matomo
|
||||
password: ""
|
||||
password: "mylove"
|
||||
primary:
|
||||
## Enable persistence using Persistent Volume Claims
|
||||
## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
|
||||
@@ -648,6 +648,7 @@ mariadb:
|
||||
## memory: 1024Mi
|
||||
##
|
||||
resources: {}
|
||||
|
||||
## External database configuration
|
||||
## @param externalDatabase.host Host of the existing database
|
||||
## @param externalDatabase.port Port of the existing database
|
||||
@@ -657,12 +658,13 @@ mariadb:
|
||||
## @param externalDatabase.existingSecret Name of a secret containing the database credentials
|
||||
##
|
||||
externalDatabase:
|
||||
host: ""
|
||||
host: "matomo-mariadb"
|
||||
port: 3306
|
||||
user: bn_matomo
|
||||
password: ""
|
||||
password: "mylove"
|
||||
database: bitnami_matomo
|
||||
existingSecret: ""
|
||||
|
||||
## @section Volume Permissions parameters
|
||||
##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user