infra/.envrc

11 lines
278 B
Text
Raw Normal View History

2024-09-10 07:33:09 +00:00
if command -v colordiff > /dev/null; then
export KUBECTL_EXTERNAL_DIFF="colordiff -N -u"
fi
kubeconfig=$(git rev-parse --show-toplevel)/.kubeconfig
if [ -f "${kubeconfig}" ]; then
export KUBECONFIG="${kubeconfig}"
fi
export VAULT_ADDR=https://openbao.k8s.home.finn.io