You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Steps to reproduce the behavior including the relevant Terraform/Terragrunt/Packer version number and any code snippets and module inputs you used.
a default helm lint test run looks like
helm lint test
==> Linting test
[INFO] Chart.yaml: icon is recommended
[ERROR] values.yaml: unable to parse YAML: error converting YAML to JSON: yaml: line 79: did not find expected key
[ERROR] templates/: cannot load values.yaml: error converting YAML to JSON: yaml: line 79: did not find expected key
[ERROR] : unable to load chart
cannot load values.yaml: error converting YAML to JSON: yaml: line 79: did not find expected key
Error:1chart(s) linted, 1chart(s) failed
But the pre-commit run looks like
pre-commit run --all-files
helmlint.................................................................Passed
here is the pre-commit config
repos:
- repo: https://github.com/gruntwork-io/pre-commitrev: v0.1.17 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releaseshooks:
- id: helmlint
Expected behavior
The helmlint should give the same result as helm lint
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
helmlint doesn't really lint
the folder structure looks like
To Reproduce
Steps to reproduce the behavior including the relevant Terraform/Terragrunt/Packer version number and any code snippets and module inputs you used.
a default
helm lint test
run looks likeBut the pre-commit run looks like
here is the pre-commit config
Expected behavior
The helmlint should give the same result as helm lint
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: