diff --git a/clustertool/embed/generic/root/DOTREPLACEenvrc b/clustertool/embed/generic/root/DOTREPLACEenvrc deleted file mode 100644 index caad1eb7040..00000000000 --- 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"