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
393d13af
Unverified
Commit
393d13af
authored
Feb 16, 2017
by
Matt Butcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(chart_repository): fix bug in code example
Closes #1967
parent
fc315ab5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
chart_repository.md
docs/chart_repository.md
+1
-1
No files found.
docs/chart_repository.md
View file @
393d13af
...
...
@@ -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
...
...
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