Replacing patch files with working one

This commit is contained in:
vandomej 2025-09-29 16:47:56 -07:00
parent 3e50442bd9
commit 9cdbfa988f
3 changed files with 6 additions and 18 deletions

View file

@ -1,6 +0,0 @@
# patches/controlplane-patch.yaml
- op: replace
path: /machine/network/nameservers
value:
- "1.1.1.1"
- "8.8.8.8"

View file

@ -1,7 +0,0 @@
# patches/controlplane-patch.yaml
machine:
network:
$patch: replace # This tells Talos to replace the entire array
nameservers:
- "1.1.1.1"
- "8.8.8.8"

View file

@ -1,5 +1,6 @@
machine:
network:
nameservers:
- 1.1.1.1
- 8.8.8.8
# patches/controlplane-patch.yaml
- op: replace
path: /machine/network/nameservers
value:
- "1.1.1.1"
- "8.8.8.8"