kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
313 stars 42 forks source link

The entrypoint field in the 'detailed service info' form is not refreshing the value #1393

Closed leoporoli closed 9 months ago

leoporoli commented 9 months ago

What's your CLI version?

0.83.8

Description & steps to reproduce

I don't see the entrypoint field getting refreshed meanwhile a change between the services, I can see changes in other fields like 'UUID' and 'name'

image image

Desired behavior

should refresh the value for the selected service

What is the severity of this bug?

Painful; this is causing significant friction in my workflow.

adschwartz commented 9 months ago

we may be missing to update that field on the backend. Maybe @laurentluce has an insight on this?

adschwartz commented 9 months ago

Got some clarification on this one: The issue here is that the relayer and validator services both have the same entry point of /bin/sh -c ./validator. It should have been different for each service. Specifically the relayer should have been: /bin/sh -c ./relayer

Source: https://github.com/kurtosis-tech/hyperlane-package/blob/main/relayer.star#L30C22-L30C22