Hello, Is there a way to simply add a deployment referencing a pre-build image containing the flow and prefect dependencies ? Prefect deploy always wants to build (and requires the sources)
Self hosted server running in k8s + worker pod
o
Olli Kavén
02/29/2024, 8:15 AM
Hi. Set build and push steps to null in prefect.yaml. Then give the image address e.g. as environment variable.