feat(helm): change incorrect list to dict in charts.md example for tags and conditions

pull/1917/head
Justin Scott 8 years ago
parent 8094acba74
commit 511cbf5f6a

@ -246,8 +246,8 @@ dependencies:
subchart1:
enabled: true
tags:
- front-end: false
- back-end: true
front-end: false
back-end: true
````
In the above example all charts with the tag `front-end` would be disabled but since the

Loading…
Cancel
Save