Skip to content

Commit

Permalink
forgot uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 18, 2024
1 parent fc2d908 commit b8a0ee5
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ def _assemble_node_data(spec: dict, label: str) -> dict[str, str]:
dy_static_file_server_service,
"LEGACY",
),
# uuid_dynamic_sidecar: _assemble_node_data(
# dy_static_file_server_dynamic_sidecar_service,
# "DYNAMIC",
# ),
# uuid_dynamic_sidecar_compose: _assemble_node_data(
# dy_static_file_server_dynamic_sidecar_compose_spec_service,
# "DYNAMIC_COMPOSE",
# ),
uuid_dynamic_sidecar: _assemble_node_data(
dy_static_file_server_dynamic_sidecar_service,
"DYNAMIC",
),
uuid_dynamic_sidecar_compose: _assemble_node_data(
dy_static_file_server_dynamic_sidecar_compose_spec_service,
"DYNAMIC_COMPOSE",
),
},
)

Expand Down

0 comments on commit b8a0ee5

Please sign in to comment.