1
0

Fix the helm chart linter test failure by disabling maintainers validation and remove trailing spaces

Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
This commit is contained in:
Yonatan Kahana
2021-03-09 20:04:33 +02:00
parent f08caa228c
commit 21815a26f4
3 changed files with 3 additions and 3 deletions

View File

@@ -15,4 +15,4 @@ jobs:
uses: helm/chart-testing-action@v2.0.1
- name: Run chart-testing (lint)
run: ct lint
run: ct lint --validate-maintainers=false