diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..3a32c4d --- /dev/null +++ b/.envrc @@ -0,0 +1,10 @@ +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