10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
# Instructs direnv to execute the flake
|
|
# Impure is needed for devenv
|
|
use flake . --impure
|
|
|
|
# Path to the kube config used by the kubernetes provider
|
|
export KUBE_CONFIG_PATH=~/.kube/config
|
|
|
|
# Name of the configured kubernetes context to connect to the cluster
|
|
export TF_VAR_kubectx=name-of-the-context
|