From 45f5b6d57d4e9667f3a3765d5756e85b0bea2d96 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 24 Mar 2024 09:23:56 -0500 Subject: [PATCH] Update talosconfig location. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 63f090d..158ce5d 100644 --- a/.envrc +++ b/.envrc @@ -1,5 +1,5 @@ #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)" +export TALOSCONFIG="$(expand_path ./talosconfig.yaml)" export OMNICONFIG="$(expand_path ./omniconfig.yaml)"