Update talosconfig location.
This commit is contained in:
parent
0faecf00e7
commit
45f5b6d57d
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.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)"
|
||||
|
|
Loading…
Reference in a new issue