peay
02/16/2023, 2:06 PMOperation name: ShouldShowNux
Message: [Errno 13] Permission denied: '/opt/dagster/dagster_home/.nux'
Path: ["shouldShowNux"]
Locations: [{"line":2,"column":3}]
Dagster is deployed using the Helm chart, and has the following mount:
/opt/dagster/dagster_home/dagster.yaml from dagster-instance (rw,path="dagster.yaml")
It also seems [it would not be displayed anyway as it is only shown on localhost
](https://github.com/dagster-io/dagster/blob/master/js_modules/dagit/packages/app/src/NUX/CommunityNux.tsx#L27) -- but we get the GraphQL error anyway.
Hence, indeed, /opt/dagster/dagster_home/.nux
cannot be written. Is there a way to avoid this and disable the popup in the chart?dagster.yaml
, so we can't set nux: false
there eitherowen
02/16/2023, 10:19 PMpeay
02/17/2023, 8:00 AMowen
02/17/2023, 5:31 PMpeay
02/21/2023, 8:16 AMnux: false
no matter what? I can send a PR for that if that makes sense