Merge pull request #3455 from jonas/patch-1

Fix subchart2 example tag
pull/3450/merge
Matthew Fisher 7 years ago committed by GitHub
commit f90da08b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ wordpress/
Helm reserves use of the `charts/` and `templates/` directories, and of Helm reserves use of the `charts/` and `templates/` directories, and of
the listed file names. Other files will be left as they are. the listed file names. Other files will be left as they are.
While the `charts` and `template` directories are optional there must be at least one chart dependency or template file for the chart to be valid. While the `charts` and `templates` directories are optional there must be at least one chart dependency or template file for the chart to be valid.
## The Chart.yaml File ## The Chart.yaml File
@ -276,7 +276,7 @@ dependencies:
condition: subchart2.enabled,global.subchart2.enabled condition: subchart2.enabled,global.subchart2.enabled
tags: tags:
- back-end - back-end
- subchart1 - subchart2
```` ````
```` ````

Loading…
Cancel
Save