Skip to content

Commit

Permalink
rename values file
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal committed Oct 2, 2024
1 parent 35115e4 commit 1d99f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate-charts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ runs:
shell: bash
run: |
CHART_NAME=$(awk '/^name:/ {print $2}' ${{ inputs.chart-path }}/Chart.yaml)
helm template $CHART_NAME ${{ inputs.chart-path }} ${{ inputs.extra-args }} -f ${{ github.action_path }}/values.yaml > /tmp/${CHART_NAME}.yaml
helm template $CHART_NAME ${{ inputs.chart-path }} ${{ inputs.extra-args }} -f ${{ github.action_path }}/values.tpl > /tmp/${CHART_NAME}.yaml
python ${{ github.action_path }}/check.py /tmp/${CHART_NAME}.yaml
File renamed without changes.

0 comments on commit 1d99f0f

Please sign in to comment.