Reading Notes with helm get notes
Surfacing post-install instructions for a release.
The Post-Install Message
After an install, Helm prints helpful next steps. You can fetch that same text anytime with helm get notes. 📝
helm get notes my-appWhere Notes Come From
The text lives in the chart's templates/NOTES.txt file. It is rendered like any template, using your release's values.
All lessons in this course
- Render Locally with helm template
- Dry Runs with --dry-run
- Pulling a Chart with helm pull
- Reading Notes with helm get notes