feat: Update to talos and kubernetes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.12/website/content/v1.12/schemas/config.schema.json
|
||||
apiVersion: v1alpha1
|
||||
kind: ResolverConfig
|
||||
nameservers:
|
||||
{% for dns in node.network.dns %}
|
||||
- address: {{ dns }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user