Add default location for omni config.
This commit is contained in:
parent
56b28344f6
commit
0faecf00e7
1 changed files with 2 additions and 1 deletions
1
.envrc
1
.envrc
|
@ -2,3 +2,4 @@
|
||||||
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)"
|
||||||
|
|
Loading…
Reference in a new issue