-
Notifications
You must be signed in to change notification settings - Fork 1
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
Need to support external Helm Chart Repositories #3
Comments
I think we confused this in a previous discussion with the Helm chart dependencies defined in the BTW https://github.com/roboll/helmfile sounds relevant to this. But for now to get it working, could someone specify the |
the To use an external chart, one only needs to provide something like the following:
In this case, |
apologies, I think that's precisely what @armab was saying (i.e. we have the Chart dependency pattern implemented already, and this ticket is to discuss the ability to specify external charts via the In that case, i'd expect a
One challenge with this is that I think the helm directory (i.e. i.e. i'm not sure we could do this:
I think it might be possible to make it work such that our Having a single external chart per |
Need to support External Helm Repositories via HTTP
This will allow users to add the repo address and paths to bitops.config.yaml and they can be installed without copying the chart to the Ops Repository.
The text was updated successfully, but these errors were encountered: