-
When feeding multiple warehouses into a single stage, how do can I update different git repos for each warehouse? And if that's not possible, what's the best way to implement dozens of microservices with the same stages with different repos? I don't know if having a single warehouse for all microservices is feasible either as I still need to handle different repos, and wouldn't be able to update individual services (since sometimes we need to bump versions of a couple services and not all). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You say:
Perhaps for this scenario with "sometimes" you could use https://docs.kargo.io/user-guide/patterns/#freight-assembly 🤔 Not sure if that cancels out most of the reason for wanting to combine multiple warehouses with a single pipeline and different git repos in the first place or not? |
Beta Was this translation helpful? Give feedback.
You say:
Perhaps for this scenario with "sometimes" you could use https://docs.kargo.io/user-guide/patterns/#freight-assembly 🤔
Not sure if that cancels out most of the reason for wanting to combine multiple warehouses with a single pipeline and different git repos in the first place or not?