HelmCharts

helm template

Renders a chart's templates locally without installing anything — useful for reviewing the exact manifests that would be applied.

Syntax

helm template <chart> [-f values.yaml]

Examples

Render manifests with custom values

helm template ./charts/api -f values.prod.yaml

Related commands