PrefectHQ / prefect-operator

A Kubernetes operator for managing Prefect servers and work pools
10 stars 0 forks source link

feat: configure extra containers for Deployment #105

Closed mitchnielsen closed 1 month ago

mitchnielsen commented 1 month ago

Adds a new field to the PrefectServer spec where you can pass a list of extra containers to the Prefect Server Deployment.

Related to https://linear.app/prefect/document/auth-design-doc-7b1ae89e5382

CLOSES CLOUD-422

mitchnielsen commented 1 month ago

what do you think about adding it to PrefectWorkPool for completeness?

Sure thing, I wasn't sure if there was a use case there so happy to add it 👍🏼

mitchnielsen commented 1 month ago

Added to WorkPools in ade9ba6.

chrisguidry commented 1 month ago

Yeah no use case that I can think of just yet, just want to keep the affordances for both of them the same as much as possible