unknown fields now fail, so omit these unimplemented fields (#6125)
This commit is contained in:
parent
9e1e9aad2e
commit
5932bcbe72
|
@ -11,16 +11,10 @@ config_entries {
|
||||||
kind = "service-defaults"
|
kind = "service-defaults"
|
||||||
name = "s1"
|
name = "s1"
|
||||||
protocol = "http"
|
protocol = "http"
|
||||||
connect {
|
|
||||||
sidecar_proxy = true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
bootstrap {
|
bootstrap {
|
||||||
kind = "service-defaults"
|
kind = "service-defaults"
|
||||||
name = "s2"
|
name = "s2"
|
||||||
protocol = "http"
|
protocol = "http"
|
||||||
connect {
|
|
||||||
sidecar_proxy = true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue