How to use custom image for each flow deployment in kubernetes worker pool #11200
-
Beta Was this translation helpful? Give feedback.
Answered by
schwannden
Nov 17, 2023
Replies: 1 comment
-
turns out there is .deploy, so nice! I am guessing through prefect.yaml it can be overwritten by job_variables if __name__ == "__main__":
firstrun_flow.deploy( # type: ignore
name="example",
image="custom image here",
build: False,
push: False,
) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
schwannden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
turns out there is .deploy, so nice! I am guessing through prefect.yaml it can be overwritten by job_variables