better-cat-13994
11/01/2023, 3:07 PMpython flow.py --with retry argo-workflows create
But as I try to submit the workflow in Argo, I get the following error message
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)