From 5dab10b84336326a8d3ccf8e0c97c28e9ceaafc6 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 18 Feb 2026 11:10:07 +0200 Subject: [PATCH] Update the k3s yaml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf1f5ab..14816b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"