Browse Source

unknown fields now fail, so omit these unimplemented fields (#6125)

pull/6065/head
R.B. Boyer 5 years ago committed by GitHub
parent
commit
8a90185bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      test/integration/connect/envoy/case-centralconf/config_entries.hcl

8
test/integration/connect/envoy/case-centralconf/config_entries.hcl

@ -11,16 +11,10 @@ config_entries {
kind = "service-defaults"
name = "s1"
protocol = "http"
connect {
sidecar_proxy = true
}
}
bootstrap {
kind = "service-defaults"
name = "s2"
protocol = "http"
connect {
sidecar_proxy = true
}
}
}
}

Loading…
Cancel
Save