Hi team, is workspace.yml required now inside daem...
# ask-community
h
Hi team, is workspace.yml required now inside daemon for dagster 0.14? We got an error
Error: No arguments given and workspace.yaml not found
inside daemon after upgrading to 14
I have seen this https://github.com/dagster-io/dagster/blob/master/MIGRATION.md#breaking-changes but it says
If you are using the Dagster Helm chart, no changes are required to include the workspace in the Dagster Daemon.
d
That's right, If you're using the helm chart it should create a workspace.yaml file and include it with the daemon pod. If you're not seeing that could you double check that you're using the right version of the helm chart and post the kubectl description of your daemon pod?
h
I see. Thanks Daniel! I think we were using old charts to deploy 0.14.5 image and caused this error.