# What this PR does Add [`yamllint`](https://github.com/adrienverge/yamllint) to `pre-commit` configuration + fix pre-existing errors ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
12 lines
385 B
YAML
12 lines
385 B
YAML
# See https://github.com/helm/chart-testing#configuration
|
|
remote: origin
|
|
target-branch: main
|
|
chart-dirs:
|
|
- helm
|
|
chart-repos:
|
|
- jetstack=https://charts.jetstack.io
|
|
- bitnami=https://charts.bitnami.com/bitnami
|
|
- grafana=https://grafana.github.io/helm-charts
|
|
- ingress-nginx=https://kubernetes.github.io/ingress-nginx
|
|
helm-extra-args: --timeout 600s
|
|
validate-maintainers: false
|