Skip to content

Commit

Permalink
Update k8s-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Jan 15, 2025
1 parent bf43d7d commit e837f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
mkdir -p $HOME/.kube
echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config
# sudo chown $(id -u):$(id -g) $HOME/.kube/config
- name: Install helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit e837f32

Please sign in to comment.