Commit 8dfec4db authored by Julien Balestra's avatar Julien Balestra

Fix typo in command line.

parent 72cd1464
...@@ -11,7 +11,7 @@ send us a pull request. ...@@ -11,7 +11,7 @@ send us a pull request.
**Q: Why do I get a `unsupported protocol scheme ""` error when trying to fetch a chart from my custom repo?** **Q: Why do I get a `unsupported protocol scheme ""` error when trying to fetch a chart from my custom repo?**
A: (Helm < 2.5.0) This is likely caused by you creating your chart repo index without specifying the `--url` flag. A: (Helm < 2.5.0) This is likely caused by you creating your chart repo index without specifying the `--url` flag.
Try recreating your `index.yaml` file with a command like `heml repo index --url http://my-repo/charts .`, Try recreating your `index.yaml` file with a command like `helm repo index --url http://my-repo/charts .`,
and then re-uploading it to your custom charts repo. and then re-uploading it to your custom charts repo.
This behavior was changed in Helm 2.5.0. This behavior was changed in Helm 2.5.0.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment