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:

    1. RESOURCES:
    2. ==> v1/Secret
    3. NAME TYPE DATA AGE
    4. NAME DATA AGE
    5. rude-cardinal-configmap 3 0s
    6. NOTES:
    7. Your release is named rude-cardinal.
    8. To learn more about the release, try:
    9. $ helm get all rude-cardinal

    Prev← Accessing Files Inside Templates