Validate templated YAML before rendering or deploy.
Section: Validation and rendering
Lint a Helm chart
bash
bash
helm lint ./chartExplanation
Helm lint catches a mix of chart structure and rendered-template issues.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Validation and rendering
Lint YAML-based Ansible playbooks
Catch common style and correctness issues in playbooks.
Inspect Kubernetes manifest fields
Read documentation for manifest fields from the terminal.