fix(clustertool): remove envrc, untill we are certain how to deal with it.

This commit is contained in:
Kjeld Schouten
2024-11-12 16:04:50 +01:00
parent 4012981462
commit 3a0e296670
@@ -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"