Skip to content

Commit

Permalink
set install timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 7, 2023
1 parent 63ffd44 commit 40a3df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Helm Template
run: |
cd "${{ env.CHART_PATH }}"
helm template . --values "${{ matrix.value }}"
helm template . --values "${{ matrix.value }}" --wait --timeout 30s
validate-k3s:
needs: validate-template
Expand Down

0 comments on commit 40a3df9

Please sign in to comment.