Toby Coleman
07/20/2023, 1:40 PMA
uses my-org/image1:latest
and deployment B
uses my-org/image2:latest
, then these cannot share a work pool, instead I will need to create separate pools with different images configured on each one?Jamie Zieziula
07/25/2023, 11:49 PMdeployments:
- name: deployment a
work_pool:
name: my-work-pool
job_variables:
image: image1:latest
- name: deployment b
work_pool:
name: my-work-pool
job_variables:
image: image2:latest
Toby Coleman
07/26/2023, 3:20 PM