Add example of environment variables
This commit is contained in:
parent
173df2620e
commit
240ab6c03c
9
.envrc.example
Normal file
9
.envrc.example
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user