Lint chart with helm lint instead of ct
This commit is contained in:
parent
56eba72c9c
commit
43f73c017b
|
|
@ -11,8 +11,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.0.1
|
||||
- uses: azure/setup-helm@v4.2.0
|
||||
with:
|
||||
version: 'latest'
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
run: ct lint --validate-maintainers=false
|
||||
run: helm lint ./chart/nfs-subdir-external-provisioner
|
||||
|
|
|
|||
Loading…
Reference in New Issue