fix: Add tmp password and host
This commit is contained in:
@@ -594,14 +594,14 @@ mariadb:
|
|||||||
auth:
|
auth:
|
||||||
## 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: ""
|
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: ""
|
password: "mylove"
|
||||||
primary:
|
primary:
|
||||||
## Enable persistence using Persistent Volume Claims
|
## Enable persistence using Persistent Volume Claims
|
||||||
## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
|
## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
|
||||||
@@ -648,6 +648,7 @@ mariadb:
|
|||||||
## memory: 1024Mi
|
## memory: 1024Mi
|
||||||
##
|
##
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
## External database configuration
|
## External database configuration
|
||||||
## @param externalDatabase.host Host of the existing database
|
## @param externalDatabase.host Host of the existing database
|
||||||
## @param externalDatabase.port Port 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
|
## @param externalDatabase.existingSecret Name of a secret containing the database credentials
|
||||||
##
|
##
|
||||||
externalDatabase:
|
externalDatabase:
|
||||||
host: ""
|
host: "matomo-mariadb"
|
||||||
port: 3306
|
port: 3306
|
||||||
user: bn_matomo
|
user: bn_matomo
|
||||||
password: ""
|
password: "mylove"
|
||||||
database: bitnami_matomo
|
database: bitnami_matomo
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
|
|
||||||
## @section Volume Permissions parameters
|
## @section Volume Permissions parameters
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user