I seems like I can't read from the MINio storage b...
# flyte-support
w
I seems like I can't read from the MINio storage bucket. A quick describe pod tell me that I am using the right bucket credentials..
Copy code
FLYTE_AWS_ENDPOINT:                 <http://minio.flyte.svc.cluster.local:9000>
      FLYTE_AWS_ACCESS_KEY_ID:            minio
      FLYTE_AWS_SECRET_ACCESS_KEY:        miniostorage
I am suspecting it to be an issue with MINIO access right, minio user cannot read and write file in the folder. When i looked around I saw this issue on SO: https://stackoverflow.com/a/72337527/4683950 I don't know how to implement it on my setup. I have tried to change the way the MINIO PV and PVC where created but in vain. For context I am using this file to create MINIO and Postgres component.