From 3ac7d5a40dd85f75d3b8ad241b1666c616c6ed20 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 26 Sep 2023 09:32:49 -0500 Subject: [PATCH] Add talosconfig. --- .envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.envrc b/.envrc index 49bcb30..b7a8641 100644 --- a/.envrc +++ b/.envrc @@ -1,3 +1,4 @@ #shellcheck disable=SC2148,SC2155 export KUBECONFIG="$(expand_path ./kubeconfig)" export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" +export TALOSCONFIG="$(expand_path ./talos/clusterconfig/talosconfig) \ No newline at end of file