Skip to content

Commit

Permalink
fix missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Feb 16, 2023
1 parent f9d0bdd commit aa238ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/helm-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:

- name: Helm validate
if: env.INLINE_VALUES == ''
run: helm lint ${{ inputs.CHART_PATH }}
run: helm lint ${{ inputs.CHART_PATH }} -f=${{ inputs.VALUES_FILE }}
shell: bash


0 comments on commit aa238ed

Please sign in to comment.