https://dagster.io/ logo
Title
m

Mohammad Nazeeruddin

10/26/2021, 11:13 AM
Hi , values.yaml
- name: "example-user-code-3"
image: repository: "dagsterimage/user-code-example-v37" tag: "latest" pullPolicy: Always dagsterApiGrpcArgs: - "--python-file" - "/home/orchestrator/system/system.py" < EFS mounted path > port: 3030 But i am not able to access repos. getting this error : FileNotFoundError: [Errno 2] No such file or directory: '/home/orchestrator/system/system.py Can we access user-code-deployment repos from efs location if i configured this efs path like above sample code.
d

daniel

10/26/2021, 2:13 PM
Hi Mohammad - it sounds like you might need to be able to specify volumes in your user code deployments? There's actually a PR in our queue for this already, let me see if we can get it landed
👍 1
m

Mohammad Nazeeruddin

10/26/2021, 5:20 PM
Hi @daniel fixed above issue, Now i am able to access repos from EFS location Thank you.😊
d

daniel

10/26/2021, 5:31 PM
oh did you do this by changing the helm chart? I didn't think we had a way to add volumes out of the box currently
m

Mohammad Nazeeruddin

10/27/2021, 5:41 AM
Yes, We added efs mounting stuff in helm chart.