add talosconfig location var
This commit is contained in:
parent
c1afb2c8f2
commit
d83a0935dd
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ vars:
|
||||||
K8S_CLUSTER_DIR: '{{.KUBERNETES_DIR}}'
|
K8S_CLUSTER_DIR: '{{.KUBERNETES_DIR}}'
|
||||||
CLUSTER: '{{.CLUSTER | default "theshire"}}'
|
CLUSTER: '{{.CLUSTER | default "theshire"}}'
|
||||||
CLUSTER_DIR: '{{.KUBERNETES_DIR}}'
|
CLUSTER_DIR: '{{.KUBERNETES_DIR}}'
|
||||||
|
TALOSCONFIG: "{{.K8S_CLUSTER_DIR}}/talos/clusterconfig/talosconfig"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
KUBECONFIG: "{{.ROOT_DIR}}/kubeconfig"
|
KUBECONFIG: "{{.ROOT_DIR}}/kubeconfig"
|
||||||
|
|
Reference in a new issue