Creating a NOTES.txt File
To add installation notes to your chart, simply create a templates/NOTES.txt
file. This file is plain text, but it is processed like as a template, and has all the normal template functions and objects available.
Now if we run helm install rude-cardinal ./mychart
we will see this message at the bottom:
RESOURCES:
==> v1/Secret
NAME TYPE DATA AGE
NAME DATA AGE
rude-cardinal-configmap 3 0s
NOTES:
Your release is named rude-cardinal.
To learn more about the release, try:
$ helm get all rude-cardinal