Thanks for your reply Daniel. You are right we shouldn’t be deleting deployments. But everytime there is a change in the file, spring boot auto deploys it creating a new version for every single resource. I understand we can enable/disable this auto deployment feature. Ideally how the deployments should be handled, any thoughts?
Thanks