Merge pull request #2629 from gmile/patch-1

Reduce indent in code block
reviewable/pr2631/r1
Taylor Thomas 7 years ago committed by GitHub
commit 6931a2387d

@ -212,7 +212,7 @@ a chart in dependencies using alias as name of new dependency.
One can use `alias` in cases where they need to access a chart
with other name(s).
````
```yaml
# parentchart/requirements.yaml
dependencies:
- name: subchart
@ -226,7 +226,7 @@ dependencies:
- name: subchart
repository: http://localhost:10191
version: 0.1.0
````
```
In the above example we will get 3 depenendencies in all for `parentchart`
```

Loading…
Cancel
Save