Skip to content

Commit

Permalink
fix kubeconfig usage
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 24, 2024
1 parent f5ae6c5 commit 1502d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sudo swapon /swapfile
free -h
until KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl get --raw='/readyz?verbose'; do echo "wait for k3s to finish"; done
kubectl taint nodes -l kubernetes.io/os=linux key1=value1:NoSchedule
KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl taint nodes -l kubernetes.io/os=linux key1=value1:NoSchedule
- name: Run chart-testing (install)
run: |
Expand Down

0 comments on commit 1502d37

Please sign in to comment.