Skip to content

Commit

Permalink
Update tetrisaks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpmh authored Sep 4, 2024
1 parent 77d00b3 commit f792989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tetrisaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
version: 'v1.29.7' # Corrected to match the Kubernetes versioning

- name: Create .kube directory
run: mkdir -p $HOME/.kube

- name: Set up Kubeconfig
run: |
echo "${{ secrets.KUBE_CONFIG_DATA }}" | base64 -d > $HOME/.kube/config
Expand Down

0 comments on commit f792989

Please sign in to comment.