Fixing instructions to install chart (#1386)

This commit is contained in:
Michael Venezia
2017-06-28 12:01:06 +02:00
committed by Reinhard Nägele
parent ee75d502f2
commit a47ef05e63
+2 -2
View File
@@ -20,8 +20,8 @@ using Kubernetes StatefulSets and Init Containers.
To install the chart with the release name `my-release`:
```console
$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
$ helm install --name my-release incubator/mongodb-replicaset
$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
$ helm install --name my-release stable/mongodb-replicaset
```
## Configuration