HOWTO: Using s3 as a private helm repository in flux2 #1884
Unanswered
jgz
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In an effort to get around the issue of not being able to use ECR as a HelmRepository source I created the below project that creates a basic-auth proxy for an s3 bucket that can be used to access a chart repository created with the helm-s3 plugin ( using --relative)
I know this isn't the best solution, but it solved the problem for me so maybe it can help out some others as well.
https://github.com/jgz/s3-auth-proxy
Beta Was this translation helpful? Give feedback.
All reactions