Making patch change harmless

This commit is contained in:
vandomej 2025-09-28 22:04:58 -07:00
parent 46d67330c2
commit 05ac738bd8

View file

@ -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"
]
}
}