debugging

This commit is contained in:
Alexis Bruneteau 2025-05-31 17:23:30 +02:00
parent 128d87636a
commit 24c382d520

View File

@ -56,7 +56,7 @@ jobs:
- name: Validate kubeconfig
run: |
if ! kubectl version --client && kubectl cluster-info; then
if ! kubectl version --client && kubectl cluster-info --kubeconfig ~/.kube/config; then
echo "❌ Failed to connect to cluster"
exit 1
fi
@ -64,4 +64,4 @@ jobs:
- name: Deploy to k3s
run: |
kubectl apply -k deploy/k3s/
kubectl apply -k deploy/k3s/ --kubeconfig ~/.kube/config