hey there, trying to figure out what’s the best ...
# prefect-kubernetes
t
hey there, trying to figure out what’s the best practice when we want to execute a flow (using a KuberentesJob deployment/infra) whose code resides in one github repo (e.g.
flows_repo
) but make it use a different github repo (e.g.
my_cool_code_repo
) for one or more of the tasks it runs ? should the storage in principle always point at the flow…? is there a way to do this without wrapping things in a docker image or whatnot?