Replacing patch files with working one
This commit is contained in:
parent
3e50442bd9
commit
9cdbfa988f
3 changed files with 6 additions and 18 deletions
|
|
@ -1,6 +0,0 @@
|
|||
# patches/controlplane-patch.yaml
|
||||
- op: replace
|
||||
path: /machine/network/nameservers
|
||||
value:
|
||||
- "1.1.1.1"
|
||||
- "8.8.8.8"
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
Loading…
Add table
Reference in a new issue