infra/talos/.envrc
2025-01-19 19:44:38 -08:00

12 lines
259 B
Bash

root=$(git rev-parse --show-toplevel)/talos
talosconfig=${root}/talosconfig
if [ -f "${talosconfig}" ]; then
export TALOSCONFIG="${talosconfig}"
fi
kubeconfig=${root}/.kubeconfig
if [ -f "${kubeconfig}" ]; then
export KUBECONFIG="${kubeconfig}"
fi