-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable yamllint for Helm Chart and GitHub Actions #2018
Conversation
Problem: We're not linting YAML files for in the Helm Chart and GitHub Actions directories Solution: Enable yamllint for these directories and fix the problems.
Does helm lint do anything different from yamllint? Do we want to add that as well? (maybe separate PR) |
We already have |
Problem: We're not linting YAML files in the Helm Chart and GitHub Actions directories Solution: Enable yamllint for these directories and fix the problems.
Proposed changes
Problem: We're not linting YAML files in the Helm Chart and GitHub Actions directories
Solution: Enable yamllint for these directories and fix the problems.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.