Eldan Hamdani
05/10/2022, 11:53 AMdagster-user-deployments
on k8s and I manage it with separate helm chart.
when I deployed some helm chart I noticed that it deleted all the rest dagster-user-deployments
.
Can you help me to config a separate helm chart that won’t disturb to each others?
(I saw the flag enableSubchart
but not sure what exactly to do)johann
05/11/2022, 3:27 PMwhen I deployed some helm chart I noticed that it deleted all the restwas because you needdagster-user-deployments
dagster-user-deployments:
enableSubchart: false
in the main chart’s valuesEldan Hamdani
05/11/2022, 3:40 PMfalse
and it still doesn’t work…
I split to a separate helm chart a different dagster-user-deployments
(I have 5) is it possible to split them in dagster?johann
05/11/2022, 3:44 PMdagster-user-deployments
chart with multiple userDeployment entries right? Running multiple releases of the chart isn’t supportedEldan Hamdani
05/11/2022, 3:45 PMdagster-user-deployments
on each helm chart and I have 5johann
05/11/2022, 3:47 PMdaniel
05/11/2022, 3:47 PMEldan Hamdani
05/11/2022, 3:49 PMdagster-user-deployments
on each helm chartdaniel
05/11/2022, 3:52 PMEldan Hamdani
05/11/2022, 3:54 PMjohann
05/11/2022, 4:08 PM