Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix Envoy deprecated warning (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Sep 21, 2021
1 parent d1b3a03 commit cdce0fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ spec:
listener:
filterChain:
filter:
name: envoy.http_connection_manager
name: envoy.filters.network.http_connection_manager
patch:
operation: MERGE
value:
name: envoy.http_connection_manager
name: envoy.filters.network.http_connection_manager
typed_config:
'@type': type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
skip_xff_append: false
Expand Down

0 comments on commit cdce0fc

Please sign in to comment.