-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add possibility to add private Git Chart Repository #86
Comments
Following a bit the GitPython project, I managed to clone properly a private repo chart by doing the following:
After that I configured elastickube with the git private repo and it consumed it properly. |
Would indeed be great if I can use a private chart repository, preferably one that can run on my own cluster. Any news to report on this issue? |
After resolving some proxy issues I can change Git Chart repo via Admin > Settings. See #127. |
It would be nice to get the possibility to use a private git repository for Git Chart Repository field.
This probably means an ssh key field would be necessary to be added as a field on settings for accessing the chart.
On the git repository a deploy key could then be configured (github, bitbucket) for read-only access on that repository.
The text was updated successfully, but these errors were encountered: