Hello, I am a bit at loss: I have created a Workfl...
# ask-metaflow
b
Hello, I am a bit at loss: I have created a Workflow template using the command
python flow.py --with retry argo-workflows create
But as I try to submit the workflow in Argo, I get the following error message
Copy code
fatal error: Unable to locate credentials
Failed to download code package from <s3://bucket-name/metaflow/FlowName>
Looking into the manifest, I see that my secret for accessing my MinIO storage gets loaded through
envFrom
so I'm unsure why the credentials cannot be found. Any inputs? thank you 🤗 (Note: I have already validated my artifact repository set-up with a classic hello world test)