From 240ab6c03c9a49f25728633535b9b65d27a34474 Mon Sep 17 00:00:00 2001 From: Arnie Date: Thu, 28 Nov 2024 12:53:50 +0100 Subject: [PATCH] Add example of environment variables --- .envrc.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .envrc.example diff --git a/.envrc.example b/.envrc.example new file mode 100644 index 0000000..221c399 --- /dev/null +++ b/.envrc.example @@ -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