fix envrc
This commit is contained in:
parent
b46dfdd73c
commit
4ab042f9f1
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.envrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue