Making patch change harmless
This commit is contained in:
parent
46d67330c2
commit
05ac738bd8
1 changed files with 5 additions and 4 deletions
|
|
@ -115,10 +115,11 @@ resource "talos_machine_configuration_apply" "this" {
|
|||
node = "10.5.0.2"
|
||||
config_patches = [
|
||||
yamlencode({
|
||||
cluster = {
|
||||
apiServer = {
|
||||
certSANs = [
|
||||
"- 10.5.0.1"
|
||||
machine = {
|
||||
network = {
|
||||
nameservers = [
|
||||
"1.1.1.1",
|
||||
"10.0.0.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue