Merge pull request #2208 from DavidWittman/fix-dep-help

Fix identation of `helm dep` help text
pull/2189/merge
Taylor Thomas 9 years ago committed by GitHub
commit e3c1c46be6

@ -47,10 +47,10 @@ For example, this requirements file declares two dependencies:
dependencies: dependencies:
- name: nginx - name: nginx
version: "1.2.3" version: "1.2.3"
repository: "https://example.com/charts" repository: "https://example.com/charts"
- name: memcached - name: memcached
version: "3.2.1" version: "3.2.1"
repository: "https://another.example.com/charts" repository: "https://another.example.com/charts"
The 'name' should be the name of a chart, where that name must match the name The 'name' should be the name of a chart, where that name must match the name
in that chart's 'Chart.yaml' file. in that chart's 'Chart.yaml' file.

Loading…
Cancel
Save