-
Notifications
You must be signed in to change notification settings - Fork 66
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
Helm chart distribution #131
Comments
Has the chart not been published yet? What is the right URL to pass |
I am using terraform to provision all this so I have just replicated the resources manually. |
https://github.com/helm/chart-releaser-action would be an easy way to actually publish the chart. I can't do the publishing part and generating a repo secret in a PR, or I'd open a PR for this and save the project some work. :D CC: #192 |
I would like to also add that I would highly encourage this to happen. We are experimenting with Configuration sync and using helm repos to create kubernetes deployments to add as packages to Cloud Config Sync. This is currently in https://artifacthub.io/packages/helm/portefaix-hub/secrets-store-csi-driver-provider-gcp - but is not officially supported by google. |
TL;DR
Following customs on kubernetes resource distribution, it would be nice to have a chart that could be used to install the provider, similar to https://github.com/kubernetes-sigs/secrets-store-csi-driver/tree/master/charts/secrets-store-csi-driver#configuration
Design
Proposal
Create a helm chart that either has the official secrets store csi drive helm chart as a dependency, or an independent one that the user needs to coordinate installation for.
Resources
The text was updated successfully, but these errors were encountered: