Hi, is there any good way to update existing deployments in my CD flow without overriding the current setup?
For example, I deployed a deployment without a schedule but a client that use Prefect through the UI added a schedule. Now, I just want to change the image of the deployment through the CD flow. Is there a way to update only given values instead of writing a python script that checks the deployment for existing schedule and inserting it on the .deploy function?
In general, how can I make my CD flow to live peacefully with changes coming manually from the UI?😵💫