Skip to content

Commit

Permalink
Setup kubectl with specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
shikharbhardwaj committed Jan 12, 2025
1 parent e0b0d10 commit 5918b2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: |
mkdir -p ${{ github.workspace }}/out
echo "${{ secrets.KUBECONFIG }}" > ${{ github.workspace }}/out/deploy.kubeconfig
- uses: azure/setup-kubectl@v4
with:
version: 'v1.31.1'
id: install

- name: Deploy
env:
Expand Down

0 comments on commit 5918b2d

Please sign in to comment.