From 8dfec4db6152f34d2be54dd83c69c1e994b5ebf2 Mon Sep 17 00:00:00 2001 From: Julien Balestra Date: Fri, 16 Jun 2017 14:10:07 +0200 Subject: [PATCH] Fix typo in command line. --- docs/chart_repository_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_repository_faq.md b/docs/chart_repository_faq.md index 78e47a461..a3e6392ba 100644 --- a/docs/chart_repository_faq.md +++ b/docs/chart_repository_faq.md @@ -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?** 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. This behavior was changed in Helm 2.5.0.