values.yaml aktualisiert
This commit is contained in:
34
values.yaml
34
values.yaml
@@ -51,19 +51,33 @@ librebooking:
|
|||||||
## MariaDB chart configuration
|
## MariaDB chart configuration
|
||||||
mariadb:
|
mariadb:
|
||||||
enabled: true
|
enabled: true
|
||||||
## Database configuration
|
## The root user password
|
||||||
settings:
|
rootPassword:
|
||||||
## The root user password
|
# secretKey:
|
||||||
rootPassword:
|
# value:
|
||||||
|
|
||||||
|
## Set true to allow an empty root password
|
||||||
|
allowEmptyRootPassword: false
|
||||||
|
|
||||||
## Optional user database which is created during first startup with user and password
|
## Optional user database which is created during first startup with user and password
|
||||||
userDatabase: {}
|
userDatabase: {}
|
||||||
## Name of the user database
|
## Optional existing secret with database name, user and password
|
||||||
# name:
|
# existingSecret:
|
||||||
## Database user with full access rights
|
## Name of the user database
|
||||||
# user:
|
# name:
|
||||||
## Password of the database user
|
## Use secretKey when existingSecret was specified otherwise value
|
||||||
# password:
|
# secretKey:
|
||||||
|
# value:
|
||||||
|
## Database user with full access rights
|
||||||
|
## Use secretKey when existingSecret was specified otherwise value
|
||||||
|
# user:
|
||||||
|
# secretKey:
|
||||||
|
# value:
|
||||||
|
## Password of the database user
|
||||||
|
## Use secretKey when existingSecret was specified otherwise value
|
||||||
|
# password:
|
||||||
|
# secretKey:
|
||||||
|
# value:
|
||||||
|
|
||||||
# Storage parameters
|
# Storage parameters
|
||||||
storage:
|
storage:
|
||||||
|
|||||||
Reference in New Issue
Block a user