|
|
@ -259,7 +259,7 @@ 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
|
|
|
@ -278,8 +278,8 @@ dependencies:
|
|
|
|
- back-end
|
|
|
|
- back-end
|
|
|
|
- subchart2
|
|
|
|
- subchart2
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
```
|
|
|
|
````
|
|
|
|
```yaml
|
|
|
|
# parentchart/values.yaml
|
|
|
|
# parentchart/values.yaml
|
|
|
|
|
|
|
|
|
|
|
|
subchart1:
|
|
|
|
subchart1:
|
|
|
|