And I checked, both envs are set in the agents pod
It works when you use ${MINIO_USERNAME}
, not "${MINIO_USERNAME}"
🙂
Hi ScrawnyLion96 , I'm not sure I understand - is the image with or without ${MINIO_USERNAME}
?
Hey, I’ve been working with Clearml helm charts and I want to connect Clearml to Minio.
I used the sdk.aws.s3 config and I managed to save artifacts to Minio successfully but my problem is that it only works if I enter the key+secret hard coded in the sdk like this: (img)
In Clearmls docs it says that it uses HOCON so I can use “${MINIO_USERNAME}” for example from env but it does not work…
Any idea why?
And I checked, both envs are set in the agents pod
It works when you use ${MINIO_USERNAME}
, not "${MINIO_USERNAME}"
🙂
Hi ScrawnyLion96 , I'm not sure I understand - is the image with or without ${MINIO_USERNAME}
?