0Pricing
Helm Academy · Lesson

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-app

Where 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

  1. Render Locally with helm template
  2. Dry Runs with --dry-run
  3. Pulling a Chart with helm pull
  4. Reading Notes with helm get notes
← Back to Helm Academy