0Pricing
Helm Academy · Lesson

Writing helm test Cases

Test pods that validate a live release.

Test a Live Release

Lint and template check files, but helm test checks a release that is already running in your cluster. It proves the app actually works. ✅

Tests Are Just Pods

A Helm test is a Pod defined in your chart's templates directory. Helm runs it on demand and judges success by its exit code.

All lessons in this course

  1. Static Checks with helm lint
  2. Verifying Output with helm template
  3. Writing helm test Cases
  4. Schema Validation with values.schema.json
← Back to Helm Academy