fix(macos-container): mount live egress routes dir
lint / lint (push) Failing after 1m35s
test / unit (pull_request) Successful in 33s
test / integration (pull_request) Successful in 16s

This commit is contained in:
2026-06-23 01:39:29 -04:00
parent 0ec1085238
commit eb3e64ea8f
5 changed files with 42 additions and 8 deletions
+2 -2
View File
@@ -363,8 +363,8 @@ def _sidecar_mounts(
))
if ep.routes:
mounts.append((
str(ep.routes_path),
EGRESS_ROUTES_IN_CONTAINER,
str(ep.routes_path.parent),
str(Path(EGRESS_ROUTES_IN_CONTAINER).parent),
True,
))