generated from onedr0p/cluster-template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.envrc
16 lines (16 loc) · 717 Bytes
/
.envrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#shellcheck disable=SC2148,SC2155
# Kubernetes
export KUBECONFIG="$(expand_path ./kubernetes/main/kubeconfig):$(expand_path ./kubernetes/utility/kubeconfig)"
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
#export TALOSCONFIG="$(expand_path ./kubernetes/main/bootstrap/talos/clusterconfig/talosconfig):$(expand_path ./kubernetes/utility/bootstrap/talos/clusterconfig/talosconfig)"
# Go
export GOPATH="$(expand_path ./.go)"
PATH_add "$(expand_path "${GOPATH}/bin")"
# Python
export VIRTUAL_ENV="$(expand_path ./.venv)"
PATH_add "$(expand_path "${VIRTUAL_ENV}/bin")"
# Minijinja
export MINIJINJA_CONFIG_FILE="$(expand_path ./.minijinja.toml)"
# Taskfile
export TASK_X_ENV_PRECEDENCE=1
export TASK_X_MAP_VARIABLES=0