[stable/mariadb] expose all parameters in values.yaml for mariadb. (#2186)

* [stable/mariadb] expose all parameters in values.yaml for mariadb.

* comment out mariadb config example

* bump chart version
This commit is contained in:
Guang Ya Liu
2018-03-27 09:53:02 -07:00
committed by k8s-ci-robot
parent bd8016c536
commit 2a8d995046
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mariadb
version: 2.1.15
version: 2.1.16
appVersion: 10.1.31
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
keywords:
+8 -8
View File
@@ -16,19 +16,19 @@ usePassword: true
## Defaults to a random 10-character alphanumeric string if not set and usePassword is true
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#setting-the-root-password-on-first-run
##
# mariadbRootPassword:
mariadbRootPassword:
## Create a database user
## Password defaults to a random 10-character alphanumeric string if not set and usePassword is true
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#creating-a-database-user-on-first-run
##
# mariadbUser:
# mariadbPassword:
mariadbUser:
mariadbPassword:
## Create a database
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#creating-a-database-on-first-run
##
# mariadbDatabase:
mariadbDatabase:
service:
@@ -64,16 +64,16 @@ persistence:
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass: "-"
storageClass: ""
accessMode: ReadWriteOnce
size: 8Gi
## Configure MariaDB with a custom my.cnf file
## ref: https://mariadb.com/kb/en/mariadb/configuring-mariadb-with-mycnf/#example-of-configuration-file
##
# config: |-
# [mysqld]
# innodb_buffer_pool_size=2G
config: |-
# [mysqld]
# innodb_buffer_pool_size=2G
metrics:
enabled: false