pull/4536/merge
Anton Osmond 7 years ago committed by GitHub
commit 6349794fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -848,8 +848,10 @@ considerations in mind:
- The `Chart.yaml` will be overwritten by the generator.
- Users will expect to modify such a chart's contents, so documentation
should indicate how users can do so.
- All occurrences of `<CHARTNAME>` will be replaced with the specified chart
name so that starter charts can be used as templates.
- All occurrences of `<CHARTNAME>` in files within the `templates` directory
will be replaced with the specified chart name so that starter charts can be
used as templates. Additionally, occurrences of `<CHARTNAME>` in
`values.yaml` will also be replaced.
Currently the only way to add a chart to `$HELM_HOME/starters` is to manually
copy it there. In your chart's documentation, you may want to explain that

Loading…
Cancel
Save