Hello, Is there a way to simply add a deployment r...
# prefect-kubernetes
a
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
Hi. Set build and push steps to null in prefect.yaml. Then give the image address e.g. as environment variable.