We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bd0da commit c803a3bCopy full SHA for c803a3b
policy-controller/grpc/src/outbound/grpc.rs
@@ -374,7 +374,6 @@ pub(crate) fn default_outbound_egress_route(
374
kind: Some(meta::metadata::Kind::Default(name.to_string())),
375
});
376
let rules = vec![outbound::grpc_route::Rule {
377
- matches: vec![grpc_route::GrpcRouteMatch::default()],
378
backends: Some(outbound::grpc_route::Distribution {
379
kind: Some(outbound::grpc_route::distribution::Kind::FirstAvailable(
380
outbound::grpc_route::distribution::FirstAvailable {
0 commit comments