mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-17 16:00:26 +03:00
add support to envoy gateway injector
This commit is contained in:
@@ -888,7 +888,7 @@ def mutate():
|
|||||||
if is_envoy_based_proxy_agent():
|
if is_envoy_based_proxy_agent():
|
||||||
app.logger.debug(f"PROXY_KIND is {PROXY_KIND}, adding {PROXY_KIND}-specific components.")
|
app.logger.debug(f"PROXY_KIND is {PROXY_KIND}, adding {PROXY_KIND}-specific components.")
|
||||||
|
|
||||||
init_container = get_init_container()
|
init_container = get_init_container(containers)
|
||||||
|
|
||||||
volume_mount = get_volume_mount()
|
volume_mount = get_volume_mount()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user