Reduce indent in code block

This commit is contained in:
Eugene Pirogov 2017-06-28 16:59:13 +02:00 committed by GitHub
parent 56ed16aeca
commit 5a892efcf8

View file

@ -243,17 +243,17 @@ with other name(s).
````
# parentchart/requirements.yaml
dependencies:
- name: subchart
repository: http://localhost:10191
version: 0.1.0
alias: new-subchart-1
- name: subchart
repository: http://localhost:10191
version: 0.1.0
alias: new-subchart-2
- name: subchart
repository: http://localhost:10191
version: 0.1.0
- name: subchart
repository: http://localhost:10191
version: 0.1.0
alias: new-subchart-1
- name: subchart
repository: http://localhost:10191
version: 0.1.0
alias: new-subchart-2
- name: subchart
repository: http://localhost:10191
version: 0.1.0
````
In the above example we will get 3 depenendencies in all for `parentchart`