This is a followup question to one above. I am doi...
# deployment-kubernetes
b
This is a followup question to one above. I am doing separate deployments for dagit/daemon and user-deployments. So if I want to add multiple repository into a single user-deployment what is the recommended way to achieve it via
dagsterApiGrpcArgs
? my single docker has code for multiple packages, each with it’s own
@repository
method
Does anybody have a recommendation for this query above ? ☝️☝️
j
Hi Binoy- the current recommendation is either to • point it at a package which imports the other packages (they all need to share the same dependency versions) • or to use multiple user deployments (one per package). This way they can each have a separate python environment
b
So Yohann, is the below correct ?
j
that should work