theshire/.envrc
Joseph Hanson fb9ca1f9b0
add kubelet mounts
for openebs local -- this provides low latency PV storage for databases
and the like.
2024-09-05 00:36:11 -05:00

10 lines
378 B
Plaintext

#shellcheck disable=SC2148,SC2155
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 CLUSTER="theshire"
export KUBERNETES_DIR="$(expand_path ./kubernetes)"
PATH_add $KREW_ROOT
use nix