Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal committed Oct 6, 2024
1 parent 62fd990 commit b8c05a2
Showing 1 changed file 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 @@ -58,7 +58,7 @@ runs:
if: inputs.check-pod-template == 'true'
shell: bash
run: |
echo "${{ inputs.extra-values }}" > /tmp/values.yaml
echo '${{ inputs.extra-values }}' > /tmp/values.yaml
cat /tmp/values.yaml
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.tpl -f /tmp/values.yaml > /tmp/${CHART_NAME}.yaml
Expand Down

0 comments on commit b8c05a2

Please sign in to comment.