[stable/mongodb] Fixes Helm install command for MongoDB with a replica set (#10346)

* Changing replication.enabled to replicaSet.enabled

Signed-off-by: Ahmed Sabbour <103856+sabbour@users.noreply.github.com>

* Bumping chart version to 5.0.1

Signed-off-by: Ahmed Sabbour <103856+sabbour@users.noreply.github.com>
This commit is contained in:
Ahmed Sabbour
2019-01-02 23:49:17 -08:00
committed by Kubernetes Prow Robot
parent 149fd70070
commit cc9675bd45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mongodb
version: 5.0.0
version: 5.0.1
appVersion: 4.0.3
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
keywords:
+1 -1
View File
@@ -139,7 +139,7 @@ $ helm install --name my-release -f values.yaml stable/mongodb
You can start the MongoDB chart in replica set mode with the following command:
```bash
$ helm install --name my-release stable/mongodb --set replication.enabled=true
$ helm install --name my-release stable/mongodb --set replicaSet.enabled=true
```
## Production settings and horizontal scaling