If a Helm deployment's status is failed, what can I do to determine what made it fail?
failed
helm history <release_name>
Shows the kubernetes errors for the attempted deployment of that release.