mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixing instructions to install chart (#1386)
This commit is contained in:
committed by
Reinhard Nägele
parent
ee75d502f2
commit
a47ef05e63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user