Skip to content

Commit

Permalink
Fix environment for talosconfig
Browse files Browse the repository at this point in the history
Fix the path to the talosconfig following the refactoring in onedr0p#1326.
  • Loading branch information
krobertson committed Feb 18, 2024
1 parent 8a6f98a commit e2fab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export ANSIBLE_LOCALHOST_WARNING="False"
export ANSIBLE_INVENTORY_UNPARSED_WARNING="False"
export K8S_AUTH_KUBECONFIG="$(expand_path ./kubeconfig)"
# Talos
export TALOSCONFIG="$(expand_path ./kubernetes/talos/clusterconfig/talosconfig)"
export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)"
# Bin
PATH_add "$(expand_path ./.bin)"

0 comments on commit e2fab69

Please sign in to comment.