From 3a0e29667042c409a6ea48276ceaf85b4cd220df Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 12 Nov 2024 16:04:50 +0100 Subject: [PATCH] fix(clustertool): remove envrc, untill we are certain how to deal with it. --- clustertool/embed/generic/root/DOTREPLACEenvrc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 clustertool/embed/generic/root/DOTREPLACEenvrc diff --git a/clustertool/embed/generic/root/DOTREPLACEenvrc b/clustertool/embed/generic/root/DOTREPLACEenvrc deleted file mode 100644 index caad1eb704065..0000000000000 --- a/clustertool/embed/generic/root/DOTREPLACEenvrc +++ /dev/null @@ -1,13 +0,0 @@ -#shellcheck disable=SC2148,SC2155 -export KUBECONFIG="$(expand_path ./kubeconfig)" -export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" -# Venv -PATH_add "$(expand_path ./.venv/bin)" -export VIRTUAL_ENV="$(expand_path ./.venv)" -export PYTHONDONTWRITEBYTECODE="1" -# Talos -export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)" -# Bin -PATH_add "$(expand_path ./.bin)" -# Krew -PATH_add "$HOME/.krew/bin"