Hi, is there any good way to update existing deplo...
# ask-community
c
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?😵‍💫
s
Hi I know it doesn’t help much but it’s related to this - https://github.com/PrefectHQ/prefect/issues/11723
c
Thank you!!😊