2024-01-11 15:03:54 -06:00
|
|
|
#shellcheck disable=SC2148,SC2155
|
|
|
|
export KUBECONFIG="$(expand_path ./kubeconfig)"
|
|
|
|
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|
2024-07-08 15:18:44 -05:00
|
|
|
export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)"
|
2024-09-14 08:13:39 -05:00
|
|
|
export KREW_ROOT="$(expand_path ~/.krew/bin)"
|
2024-09-05 00:36:11 -05:00
|
|
|
export CLUSTER="theshire"
|
|
|
|
export KUBERNETES_DIR="$(expand_path ./kubernetes)"
|
2024-09-23 00:38:08 -05:00
|
|
|
#export MQTTUI_BROKER="mqtt://10.1.1.38"
|
|
|
|
#export MQTTUI_BROKER=$(op item get "emqx [jahanson]" --fields broker)
|
|
|
|
#export MQTTUI_USERNAME=$(op item get "emqx [jahanson]" --fields username)
|
2024-09-26 12:03:03 -05:00
|
|
|
#export MQTTUI_PASSWORD=$(op item get "emqx [jahanson]" --fields mqtt-password)
|
2024-07-15 16:18:23 -05:00
|
|
|
PATH_add $KREW_ROOT
|
2024-06-19 09:48:16 -05:00
|
|
|
use nix
|