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-03-24 09:23:56 -05:00
|
|
|
export TALOSCONFIG="$(expand_path ./talosconfig.yaml)"
|
2024-03-23 19:25:08 -05:00
|
|
|
export OMNICONFIG="$(expand_path ./omniconfig.yaml)"
|
2024-06-19 09:48:16 -05:00
|
|
|
use nix
|