Michel Ebner
12/23/2022, 4:00 PMError: No arguments given and no [tool.dagster] block in pyproject.toml found.
To change from single helm chart to 2 different I just did 3 changes:
• disabled dagster-user-deployment in dagster helm chart (and enableSubChart as well)
• enabled the workspaces in dagster helm chart
• added my workspace (port and service are correct)
I am running on the latest helm chart versions: 1.1.7
Thanks for the help!daniel
12/27/2022, 3:36 PMdagster-user-deployments:
enableSubchart: false
but not
dagster-user-deployments:
enabled: false
(this is from https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#separately-deploying-dagster-infrastructure-and-user-code)Michel Ebner
12/27/2022, 3:55 PM