most-tent-39133
03/12/2025, 7:55 PMrun
block that's part of the deployment process and is listed as a dependency for the service. It does not need to be run when cleaning up. When the type
for that block is kubernetes
and I provide the manifest, this script is not run during garden cleanup deploy
. When the type is container
and I provide an image for the container, all scripts that are executed in run
blocks are executed during the cleanup process. I'm not changing the dependencies, only the type
for the service. AFAICT there shouldn't be any reason for these run
blocks to be executing during cleanup ever, but I'm not sure why they specifically do when the type
is container rather than kubernetes
. This feels like a bug to me but I can't say for sure.chilly-gigabyte-83853
03/13/2025, 3:30 PM