From 28b7acacd0e415d671788442a3777f05de416ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Fri, 16 Mar 2018 20:52:33 +0100 Subject: [PATCH] [stable/mariadb] Fix some typos (#4234) * [stable/ghost] Fix some typos * [stable/mariadb] Fix some typos * Revert "[stable/ghost] Fix some typos" This reverts commit fe3bc14a3ec611dc4f455a936128b2c771579c40. --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 352f364579..0b5fcbcae3 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 2.1.10 +version: 2.1.11 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: diff --git a/stable/mariadb/README.md b/stable/mariadb/README.md index 581ba83180..e84e5200d9 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -2,7 +2,7 @@ [MariaDB](https://mariadb.org) is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, Facebook and Google. -MariaDB is developed as open source software and as a relational database it provides an SQL interface for accessing data. The latest versions of MariaDB also include GIS and JSON features. +MariaDB is developed as open source software and as a relational database, it provides an SQL interface for accessing data. The latest versions of MariaDB also include GIS and JSON features. ## TL;DR; @@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the MariaDB chart and their default values. +The following tables list the configurable parameters of the MariaDB chart and their default values. | Parameter | Description | Default | | --------------------------- | ------------------------------------------ | ------------------------------------------- | @@ -80,7 +80,7 @@ $ helm install --name my-release \ stable/mariadb ``` -The above command sets the MariaDB `root` account password to `secretpassword`. Additionally it creates a standard database user named `my-user`, with the password `my-password`, who has access to a database named `my-database`. +The above command sets the MariaDB `root` account password to `secretpassword`. Additionally, it creates a standard database user named `my-user`, with the password `my-password`, who has access to a database named `my-database`. Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, @@ -149,6 +149,7 @@ The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/pers 1. Create the PersistentVolume 1. Create the PersistentVolumeClaim 1. Install the chart + ```bash $ helm install --set persistence.existingClaim=PVC_NAME postgresql ```