Merge pull request #1988 from technosophos/docs/1967-helm-repo-index

docs(chart_repository): fix bug in code example
pull/2011/head
Matt Butcher 8 years ago committed by GitHub
commit 16b043b8d5

@ -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