File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
scenariorun/src/main/kotlin/com/cosmotech/scenariorun Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ private const val RUN_TEMPLATE_ID_VAR = "CSM_RUN_TEMPLATE_ID"
9898private const val CONTAINER_MODE_VAR = " CSM_CONTAINER_MODE"
9999private const val CONTAINER_ORCHESTRATOR_LEGACY_VAR = " CSM_ENTRYPOINT_LEGACY"
100100private const val ENTRYPOINT_NAME = " entrypoint.py"
101- private const val ENTRYPOINT_NAME_CSM_ORC = " csm-orc"
102101private const val EVENT_HUB_MEASURES_VAR = " CSM_PROBES_MEASURES_TOPIC"
103102internal const val EVENT_HUB_CONTROL_PLANE_VAR = " CSM_CONTROL_PLANE_TOPIC"
104103private const val CSM_SIMULATION_VAR = " CSM_SIMULATION"
@@ -653,7 +652,7 @@ class ContainerFactory(
653652 image = imageName,
654653 envVars = envVars,
655654 dependencies = null ,
656- entrypoint = ENTRYPOINT_NAME_CSM_ORC ,
655+ entrypoint = ENTRYPOINT_NAME ,
657656 solutionContainer = true ,
658657 nodeLabel = nodeSizingLabel,
659658 runSizing = customSizing.toContainerResourceSizing())
You can’t perform that action at this time.
0 commit comments