Commit e3c1c46b authored by Taylor Thomas's avatar Taylor Thomas Committed by GitHub

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

Fix identation of `helm dep` help text
parents 890b6f56 5734c216
......@@ -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.
......
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