docs(chart_repository): fix bug in code example

Closes #1967
pull/1988/head
Matt Butcher 8 years ago
parent fc315ab598
commit 393d13af31
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -227,7 +227,7 @@ packaged chart to that directory.
$ helm package docs/examples/alpine/
$ mkdir fantastic-charts
$ mv alpine-0.1.0.tgz fantastic-charts/
$ helm repo index . --url https://fantastic-charts.storage.googleapis.com
$ helm repo index fantastic-charts --url https://fantastic-charts.storage.googleapis.com
```
The last command takes the path of the local directory that you just created and

Loading…
Cancel
Save