Fix doc charts indent (#4940)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Signed-off-by: Kevin Labesse <kevin@labesse.me>
pull/4961/head
Jintao Zhang 7 years ago committed by Matthew Fisher
parent fda4c4f954
commit 669da3e5c9

@ -259,27 +259,27 @@ Tags - The tags field is a YAML list of labels to associate with this chart.
In the top parent's values, all charts with tags can be enabled or disabled by In the top parent's values, all charts with tags can be enabled or disabled by
specifying the tag and a boolean value. specifying the tag and a boolean value.
```` ```yaml
# parentchart/requirements.yaml # parentchart/requirements.yaml
dependencies: dependencies:
- name: subchart1 - name: subchart1
repository: http://localhost:10191 repository: http://localhost:10191
version: 0.1.0 version: 0.1.0
condition: subchart1.enabled,global.subchart1.enabled condition: subchart1.enabled,global.subchart1.enabled
tags: tags:
- front-end - front-end
- subchart1 - subchart1
- name: subchart2 - name: subchart2
repository: http://localhost:10191 repository: http://localhost:10191
version: 0.1.0 version: 0.1.0
condition: subchart2.enabled,global.subchart2.enabled condition: subchart2.enabled,global.subchart2.enabled
tags: tags:
- back-end - back-end
- subchart2 - subchart2
```` ```
```` ```yaml
# parentchart/values.yaml # parentchart/values.yaml
subchart1: subchart1:

Loading…
Cancel
Save