mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Updated helm install command as it was pointing to mongo incubator (#1759)
[mongodb-replicaset] Updated doc with correct helm install command
This commit is contained in:
committed by
Reinhard Nägele
parent
2f986fc779
commit
f796a4ee88
@@ -75,7 +75,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
||||
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release -f values.yaml incubator/mongodb-replicaset
|
||||
$ helm install --name my-release -f values.yaml stable/mongodb-replicaset
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
Reference in New Issue
Block a user