-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Support helm --username --password #255
Comments
Hello, AFAIK, Helm does not forward these credentials to downloader plugins. If you find a way to do so, I'm pretty sure we can merge that to These bindings has to be made manually either in the URL like If you're using ArgoCD and reference this Helm chart within the Application CR, you don't need to use this plugin as you can directly reference Helm sources files and link credentials. Let me know if you need additional details |
Hi, If it gets merged in I will make a pull request to helm-git that supports either git credentials helper or your approach with username:password :) Thanks. |
but argocd only support http, i would like to use git+ssh |
@vl-kp I'm pretty sure ArgoCD supports working with Git over SSH |
I want the valueFiles to support git over ssh, currently only http+https, i made it works after add id_rsa, but it doesn't full support my initial goal, anyway thanks for the answer And i found helm-git doesn't support |
@Exchizz I've seen helm/helm#11878 was merged. I'd be welcomed to review a PR that implements support for it in helm-git 👍 |
Hi,
I'm currently looking into using helm-git from ArgoCD. ArgoCD passes credentials to helm repositories using "helm repo add --username and --password). Currently helm-git does not support using credentials passed via helm repo add --username and --password
I think it would be possible to support using something like:
(Copied from https://stackoverflow.com/a/65705346/1493471)
If I managed to implement this in helm-git, would this be merged in ?
\Mathias
The text was updated successfully, but these errors were encountered: