Unverified Commit a85412f0 authored by Taylor Thomas's avatar Taylor Thomas Committed by GitHub

Merge pull request #5509 from nauxliu/patch-2

Fix description of helm dependency command
parents 26635595 7990363d
...@@ -73,7 +73,7 @@ the dependency charts stored locally. The path should start with a prefix of ...@@ -73,7 +73,7 @@ the dependency charts stored locally. The path should start with a prefix of
repository: "file://../dependency_chart/nginx" repository: "file://../dependency_chart/nginx"
If the dependency chart is retrieved locally, it is not required to have the 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. for this case.
` `
......
...@@ -49,7 +49,7 @@ the dependency charts stored locally. The path should start with a prefix of ...@@ -49,7 +49,7 @@ the dependency charts stored locally. The path should start with a prefix of
repository: "file://../dependency_chart/nginx" repository: "file://../dependency_chart/nginx"
If the dependency chart is retrieved locally, it is not required to have the 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. for this case.
...@@ -78,4 +78,4 @@ 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 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 * [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
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