From 032e367b53ab38e26c6681169066b967a193b47c Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Thu, 27 Jun 2024 09:06:04 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a20b61..44d4347 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution - deploy variables: - KUBE_CONFIG_PATH: "${HOME}/.kube/config" + KUBE_CONFIG_PATH: "/root/.kube/config" validate-authentik: # This job runs in the build stage, which runs first. stage: validate