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}}'
|
||||
CLUSTER: '{{.CLUSTER | default "theshire"}}'
|
||||
CLUSTER_DIR: '{{.KUBERNETES_DIR}}'
|
||||
TALOSCONFIG: "{{.K8S_CLUSTER_DIR}}/talos/clusterconfig/talosconfig"
|
||||
|
||||
env:
|
||||
KUBECONFIG: "{{.ROOT_DIR}}/kubeconfig"
|
||||
|
|
Reference in a new issue