--wip-- [skip ci]

This commit is contained in:
2026-03-21 02:08:55 +01:00
parent 08c1d0c605
commit fa1a621d03
64 changed files with 184 additions and 3691 deletions

View File

@@ -1,6 +1,2 @@
export TALOSCONFIG={{ root }}/configs/talosconfig
{% set paths = [] %}
{%- for cluster in clusters -%}
{%- do paths.append(root ~ "/configs/" ~ cluster.name ~ "/kubeconfig") -%}
{% endfor -%}
export KUBECONFIG={{ paths|join(":") }}
export KUBECONFIG={{ clusters|map(attribute='name')|kubeconfig|join(":") }}