Add example of environment variables

This commit is contained in:
Arnie 2024-11-28 12:53:50 +01:00
parent 173df2620e
commit 240ab6c03c

9
.envrc.example Normal file
View File

@ -0,0 +1,9 @@
# 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