Ethan Veres
09/05/2023, 6:57 PMpull
source for each deployment, but with a different working directory for each tenant.
- Retain the concept of a different deployment for each tenant.
What would be the best way to achieve this? Split out a prefect.yaml
for each tenant? Something else that’s more DRY?
Any advice would be greatly appreciated! Thanks!Taylor Curran
09/05/2023, 7:35 PMjob_variable
https://github.com/EmilRex/kubernetes-worker-demo/blob/main/prefect.yamlEthan Veres
09/05/2023, 7:45 PMTaylor Curran
09/05/2023, 7:47 PMEthan Veres
09/05/2023, 7:58 PMTaylor Curran
09/06/2023, 1:45 PM