Commit 5a892efc authored by Eugene Pirogov's avatar Eugene Pirogov Committed by GitHub

Reduce indent in code block

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