Fix identation of `helm dep` help text

The `repository` lines in the help text for `helm dep` were misaligned
with the rest of the dependency block.
pull/2208/head
David Wittman 9 years ago
parent 890b6f5627
commit 5734c2162e
No known key found for this signature in database
GPG Key ID: DF8C112CA55AF5A8

@ -47,10 +47,10 @@ For example, this requirements file declares two dependencies:
dependencies:
- name: nginx
version: "1.2.3"
repository: "https://example.com/charts"
repository: "https://example.com/charts"
- name: memcached
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
in that chart's 'Chart.yaml' file.

Loading…
Cancel
Save