Commit 0a8a15a4 authored by Gyanendra Mishra's avatar Gyanendra Mishra

how does this even work

parent 83807d0b
...@@ -219,7 +219,7 @@ def get_beacon_service_config( ...@@ -219,7 +219,7 @@ def get_beacon_service_config(
return struct( return struct(
container_image_name = image, container_image_name = image,
used_ports = USED_PORTS, used_ports = USED_PORTS,
cmd_args = cmd_args, cmd_args = [cmd_args],
entry_point_args = ["sh", "-c"], entry_point_args = ["sh", "-c"],
files_artifact_mount_dirpaths = { files_artifact_mount_dirpaths = {
genesis_data.files_artifact_uuid: GENESIS_DATA_MOUNTPOINT_ON_CLIENT, genesis_data.files_artifact_uuid: GENESIS_DATA_MOUNTPOINT_ON_CLIENT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment