Add default location for omni config.

This commit is contained in:
Joseph Hanson 2024-03-23 19:25:08 -05:00
parent 56b28344f6
commit 0faecf00e7

3
.envrc
View file

@ -1,4 +1,5 @@
#shellcheck disable=SC2148,SC2155 #shellcheck disable=SC2148,SC2155
export KUBECONFIG="$(expand_path ./kubeconfig)" export KUBECONFIG="$(expand_path ./kubeconfig)"
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
export TALOSCONFIG="$(expand_path ./talos/clusterconfig/talosconfig)" export TALOSCONFIG="$(expand_path ./talos/clusterconfig/talosconfig)"
export OMNICONFIG="$(expand_path ./omniconfig.yaml)"