add talosconfig location var

This commit is contained in:
Joseph Hanson 2024-12-21 22:14:28 -06:00
parent c1afb2c8f2
commit d83a0935dd

View file

@ -9,6 +9,7 @@ vars:
K8S_CLUSTER_DIR: '{{.KUBERNETES_DIR}}'
CLUSTER: '{{.CLUSTER | default "theshire"}}'
CLUSTER_DIR: '{{.KUBERNETES_DIR}}'
TALOSCONFIG: "{{.K8S_CLUSTER_DIR}}/talos/clusterconfig/talosconfig"
env:
KUBECONFIG: "{{.ROOT_DIR}}/kubeconfig"