has anyone managed to use the helm operator with private s3 buckets?
c
creamy-pencil-82913
05/16/2023, 4:46 PM
The next release will support auth to HelmChart repos. Needs to be username and password auth though, as that's all that helm supports.
a
adorable-engine-54231
05/16/2023, 7:34 PM
cheers
would it be possible to modify the klipper-helm image and add a helm plugin by myself and then provide the job with the necessary environment variables?
or is that a way too deep modification? still trying to get my head around how this thing is working
c
creamy-pencil-82913
05/17/2023, 7:47 AM
You can build a custom job image and pass that in to the HelmChart resource, but there is no way to inject random additional variables.
How do you use these buckets with the normal helm CLI tool? All it supports is username and password for auth.
a
adorable-engine-54231
05/17/2023, 8:02 AM
we use helm-s3 as plugin. would be lovely if we could continue doing that
c
creamy-pencil-82913
05/17/2023, 8:12 AM
Ah ok. Yeah you could build that in to a custom job image but I don't know how you'd get it credentials