From 5ba1e6ba7c90460b5fa6f480b53371eaea149063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 19 Mar 2018 23:12:59 +0100 Subject: [PATCH] [stable/mongodb] Fix some typos (#4228) * [stable/ghost] Fix some typos * [stable/mongodb] Fix some typos * Revert "[stable/ghost] Fix some typos" This reverts commit fe3bc14a3ec611dc4f455a936128b2c771579c40. * Update README.md Another typo (replace tables by table) --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index f70ea85888..417384fe7b 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,5 +1,5 @@ name: mongodb -version: 0.4.27 +version: 0.4.28 appVersion: 3.7.1 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/README.md b/stable/mongodb/README.md index a4e431da95..3cc4c22413 100644 --- a/stable/mongodb/README.md +++ b/stable/mongodb/README.md @@ -41,7 +41,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the MongoDB chart and their default values. +The following table lists the configurable parameters of the MongoDB chart and their default values. | Parameter | Description | Default | |---------------------------- |------------------------------------- |----------------------------------------------------------| @@ -78,7 +78,7 @@ $ helm install --name my-release \ stable/mongodb ``` -The above command sets the MongoDB `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 MongoDB `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,