Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
8dfec4db
Commit
8dfec4db
authored
Jun 16, 2017
by
Julien Balestra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in command line.
parent
72cd1464
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
chart_repository_faq.md
docs/chart_repository_faq.md
+1
-1
No files found.
docs/chart_repository_faq.md
View file @
8dfec4db
...
@@ -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
`he
ml
repo index --url http://my-repo/charts .`
,
Try recreating your
`index.yaml`
file with a command like
`he
lm
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment