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
a85412f0
Unverified
Commit
a85412f0
authored
Apr 05, 2019
by
Taylor Thomas
Committed by
GitHub
Apr 05, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5509 from nauxliu/patch-2
Fix description of helm dependency command
parents
26635595
7990363d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dependency.go
cmd/helm/dependency.go
+1
-1
helm_dependency.md
docs/helm/helm_dependency.md
+2
-2
No files found.
cmd/helm/dependency.go
View file @
a85412f0
...
...
@@ -73,7 +73,7 @@ the dependency charts stored locally. The path should start with a prefix of
repository: "file://../dependency_chart/nginx"
If the dependency chart is retrieved locally, it is not required to have the
repository added to helm by "helm
add repo
". Version matching is also supported
repository added to helm by "helm
repo add
". Version matching is also supported
for this case.
`
...
...
docs/helm/helm_dependency.md
View file @
a85412f0
...
...
@@ -49,7 +49,7 @@ the dependency charts stored locally. The path should start with a prefix of
repository: "file://../dependency_chart/nginx"
If the dependency chart is retrieved locally, it is not required to have the
repository added to helm by "helm
add repo
". Version matching is also supported
repository added to helm by "helm
repo add
". Version matching is also supported
for this case.
...
...
@@ -78,4 +78,4 @@ for this case.
*
[
helm dependency list
](
helm_dependency_list.md
)
- list the dependencies for the given chart
*
[
helm dependency update
](
helm_dependency_update.md
)
- update charts/ based on the contents of requirements.yaml
###### Auto generated by spf13/cobra on
1-Aug-2018
###### Auto generated by spf13/cobra on
26-Mar-2019
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