Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pradumchintamani authored Jun 22, 2024
1 parent ece4318 commit c613e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Configure kubectl
run: |
mkdir -p ~/.kube
echo "$KUBE_CONFIG_DATA" | base64 -d > ~/.kube/config
echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > ~/.kube/config
kubectl version --client
- name: Create and claim persistent volume
Expand Down

0 comments on commit c613e11

Please sign in to comment.