mirror of
https://github.com/helm/helm.git
synced 2026-04-23 07:07:30 -04:00
Reduce indent in code block
This commit is contained in:
parent
56ed16aeca
commit
5a892efcf8
1 changed files with 11 additions and 11 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue