rowan gaffney
03/01/2022, 11:27 PMchris
03/02/2022, 12:00 AMrowan gaffney
03/02/2022, 4:44 PMload_from:
- python_file: /project1/project1_repo.py
- python_file: /project2/project2_repo.py
What would the syntax for this look like in the user-code-deployment chart?chris
03/02/2022, 10:51 PMBaris Cekic
08/23/2022, 2:59 PMchris
08/23/2022, 9:54 PMdagster-user-deployments
in the helm chart directly. Each user code deployment corresponds to a grpc server that's communicating back with the dagit webserver: https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm#deploying-dagster-on-helm check out the dagster-user-deployments
section on the helm chartBaris Cekic
08/23/2022, 10:26 PMdagster-user-deployments
but it is hard to manage multiple repositories and frequent code changes. I have to redeploy the helm chart for every repo and corresponding gRpc or I need to redeploy the user-deployment. In our use case, there are multiple users , frequently create repos, make code changes. I am trying to find a way to automatically syncronize git repos and reflect code changes.chris
08/23/2022, 10:41 PMBaris Cekic
08/23/2022, 10:46 PMjohann
08/24/2022, 1:03 PMBaris Cekic
08/24/2022, 1:05 PMjohann
08/24/2022, 1:06 PMBaris Cekic
08/24/2022, 5:52 PMjohann
08/24/2022, 8:14 PM