From 9bf3233640df37af0b192f13fe560e70339ec547 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 28 Jul 2024 17:57:43 +0200 Subject: [PATCH] Set KUBECONFIG env variable (#57) Signed-off-by: Christian Berendt --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index bf032f6..bbe949c 100644 --- a/Containerfile +++ b/Containerfile @@ -205,6 +205,7 @@ FROM python:${PYTHON_VERSION}-slim-bookworm COPY --link --from=builder / / ENV PYTHONWARNINGS="ignore::UserWarning" +ENV KUBECONFIG="/share/kubeconfig" VOLUME ["/share", "/interface"] USER dragon