Archived
1
0

fixup!: move helm cmd to yaml

This commit is contained in:
Joe Previte
2022-09-20 14:26:10 -07:00
parent 65b74fc59f
commit 72d69b6cfd
3 changed files with 1 additions and 16 deletions

View File

@ -80,7 +80,7 @@ jobs:
- name: Lint Helm chart
if: steps.changed-files.outputs.any_changed == 'true'
run: ./ci/dev/helm.sh
run: helm kubeval ci/helm-chart
- name: Fail workflow
if: failure()