Update the k3s yaml

This commit is contained in:
dvirlabs 2026-02-18 11:10:07 +02:00
parent 9435e9a915
commit 5dab10b843

View File

@ -34,7 +34,7 @@ deploy:
set -euo pipefail
# Configure kubectl for k3s cluster
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
export KUBECONFIG=/tmp/k3s.yaml
echo "Configured kubectl to use k3s cluster"
kubectl cluster-info || echo "Warning: Could not connect to cluster yet"