From 0faecf00e706695ddab0c866a071d08ef5b63b19 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 23 Mar 2024 19:25:08 -0500 Subject: [PATCH] Add default location for omni config. --- .envrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 1ec308d..63f090d 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +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)" \ No newline at end of file +export TALOSCONFIG="$(expand_path ./talos/clusterconfig/talosconfig)" +export OMNICONFIG="$(expand_path ./omniconfig.yaml)"