Skip to content
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

Support obtaining helm chart from ConfigMap. #150

Open
iciclespider opened this issue Oct 28, 2022 · 1 comment
Open

Support obtaining helm chart from ConfigMap. #150

iciclespider opened this issue Oct 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@iciclespider
Copy link

What problem are you facing?

I do not want to rely on an external helm repository or an external server url providing the helm chart.

How could Crossplane help solve your problem?

Allow the helm chart used to be obtained from a ConfigMap.

@iciclespider iciclespider added the enhancement New feature or request label Oct 28, 2022
@briantopping
Copy link

briantopping commented Mar 22, 2024

This would be really helpful for a POC we are building. We have a vendor that distributes Helm charts, but not publicly. Our internal repositories are not accessible from public clouds. We can't put their chart on a public repository. There is no S3 bucket support (though on second thought S3 should work as a manual copy of the chart tarball and use the URL to grab it over HTTPS).

Putting the chart into something like a CM would help us bridge the feasibility gap so we can petition them with working code to post a public repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants