diff --git a/.envrc b/.envrc index 84ae7f9..1d68cf8 100644 --- a/.envrc +++ b/.envrc @@ -2,7 +2,7 @@ export KUBECONFIG="$(expand_path ./kubeconfig)" export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)" -export KREW_ROOT="$(expand_path ~/.krew/bin)"; +export KREW_ROOT="$(expand_path ~/.krew/bin)" export CLUSTER="theshire" export KUBERNETES_DIR="$(expand_path ./kubernetes)" PATH_add $KREW_ROOT