mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
149fd70070
commit
cc9675bd45
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user