Adrien Besnard
10/16/2023, 8:36 PMprefect.yaml
(using a Kubernetes Work Pool) with a custom {{ image }}
, but I just discovered that I can't use the prefect deploy --all
command with a --variable image="${MY_IMAGE_NAME_THAT_HAS_BEEN_BUILD_ELSEWHERE}"
and... Well I'm kind of stuck. What is the best way to do such a thing? All my deployments share the same Docker image (everything is embed in it)Nate
10/16/2023, 9:02 PMNate
10/16/2023, 9:03 PMAdrien Besnard
10/16/2023, 9:10 PM{{ $IMAGE }}
to retrieve a value from an env var.Adrien Besnard
10/16/2023, 9:10 PMNate
10/16/2023, 9:11 PM