[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 fe3bc14a3e.

* Update README.md

Another typo (replace tables by table)
This commit is contained in:
Carlos Rodríguez Hernández
2018-03-19 15:12:59 -07:00
committed by k8s-ci-robot
parent 5a25b10208
commit 5ba1e6ba7c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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,