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:
2
.github/workflows/helm-chart-lint.yml
vendored
2
.github/workflows/helm-chart-lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user