fix(clustertool): remove envrc, untill we are certain how to deal with it.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user