Skip to content

Commit b693dce

Browse files
authored
fix an incorrect statement (#2979)
* fix an incorrect statement Signed-off-by: Peter Jausovec <peter.jausovec@solo.io> * adding the generated files Signed-off-by: Peter Jausovec <peter.jausovec@solo.io> --------- Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
1 parent 00b0919 commit b693dce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

networking/v1alpha3/envoy_filter.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/envoy_filter.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/envoy_filter.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ import "networking/v1alpha3/sidecar.proto";
418418
// configPatches:
419419
// - applyTo: LISTENER_FILTER
420420
// match:
421-
// context: SIDECAR_INBOUND # will match outbound listeners in all sidecars
421+
// context: SIDECAR_INBOUND # will match inbound listeners in all sidecars
422422
// listener:
423423
// portNumber: 15006
424424
// listenerFilter: "envoy.filters.listener.tls_inspector"

0 commit comments

Comments
 (0)