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}
?
And I checked, both envs are set in the agents pod
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?
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}
?
And I checked, both envs are set in the agents pod