Be explicit about where occurences of <CHARTNAME> will be replaced in starter charts (#4548)

Signed-off-by: Anton Osmond <antonosmond@gmail.com>
pull/4608/head
Anton Osmond 6 years ago committed by Matthew Fisher
parent c539454c9c
commit 094b97ab5d

@ -848,8 +848,10 @@ considerations in mind:
- The `Chart.yaml` will be overwritten by the generator. - The `Chart.yaml` will be overwritten by the generator.
- Users will expect to modify such a chart's contents, so documentation - Users will expect to modify such a chart's contents, so documentation
should indicate how users can do so. should indicate how users can do so.
- All occurrences of `<CHARTNAME>` will be replaced with the specified chart - All occurrences of `<CHARTNAME>` in files within the `templates` directory
name so that starter charts can be used as templates. 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 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 copy it there. In your chart's documentation, you may want to explain that

Loading…
Cancel
Save