fix envrc

This commit is contained in:
Joseph Hanson 2024-09-14 08:13:39 -05:00
parent b46dfdd73c
commit 4ab042f9f1
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

2
.envrc
View file

@ -2,7 +2,7 @@
export KUBECONFIG="$(expand_path ./kubeconfig)" export KUBECONFIG="$(expand_path ./kubeconfig)"
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)" 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 CLUSTER="theshire"
export KUBERNETES_DIR="$(expand_path ./kubernetes)" export KUBERNETES_DIR="$(expand_path ./kubernetes)"
PATH_add $KREW_ROOT PATH_add $KREW_ROOT