Closed worldofgeese closed 1 year ago
Sorry, pls ignore my previous (deleted) comments. I think I've misread the description. Need to watch the video recording to grab the full context.
Currently this is intentional behavior. You can run reload
in the dev terminal to reload the project if there are any changes to garden configs.
There's a case made of making this known to the users.
If users are expecting different behavior, is there an argument to be made to change the behavior? As a user, I'd expect ingress to update on a new deploy
.
Garden Bonsai (0.13) Bug
Current Behavior
Changing the ingress configuration for a Deploy action inside dev mode doesn’t get picked up:
garden
doesn’t update the service on a newdeploy
.E.g. change
/hello
to/
whilegarden dev
is running. Please see Empathy Session doc (restricted to employees of garden.io) for full context starting from 40:00 in.Expected behavior
Dev mode should automatically update the ingress.
Reproducible example
https://github.com/shumailxyz/nestjs-typeorm-auth-starter/tree/gardenify
Workaround
To work around, @shumailxyz killed
garden dev
then rangarden deploy
.Your environment
garden version
Bonsai latest as of May the 8th.