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
Describe the solution you'd like helm supports the --strict option for failing on warnings when linting. It would be nice if the pre-commit hook also supported this. I've tried messing around with it but it looks like the only way to support this is a change in the helmlint.sh file.
Describe alternatives you've considered
Not sure if there are any alternatives, as the helm command is called directly in the script
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
helm
supports the--strict
option for failing on warnings when linting. It would be nice if the pre-commit hook also supported this. I've tried messing around with it but it looks like the only way to support this is a change in thehelmlint.sh
file.Describe alternatives you've considered
Not sure if there are any alternatives, as the
helm
command is called directly in the scriptAdditional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: