-
-
Notifications
You must be signed in to change notification settings - Fork 32
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: Helm chart for Kubernetes deployment #24
Comments
Have been planning to do this for a while, and can likely tackle it soon, as I now have more experience with making and maintaining helm charts. |
While waiting for the official helm chart, I use this one for my needs. |
Some notes for myself before I actually start the work on this:
Planning on having the chart externalized into a dedicated repo for other helm charts I maintain, as I have 3-5 others already planned, and have some automation in place to automatically submit PRs when new versions of the base software (e.g. vault-unseal) release new versions. Still WIP though: https://github.com/lrstanley/helm-charts |
β¨ Describe the feature you'd like
It would be cool to deploy vault-unseal via a helm chart in a Kubernetes cluster.
π§ Is your feature request related to a problem?
No response
π Describe alternatives you've considered
I've considered to write 3 deployments with their respective secret.
With a Helm chart, I will be able to deploy vault-unseal for example in 3 distinct namespaces with a GitOps tool (ArgoCD, Flux...).
In fact, Helm chart is clearly a standard in the Kubernetes ecosystem and it would be a nice-to-have deployment for this very usefull project.
β If implemented, do you think this feature will be a breaking change to users?
No
β Additional context
No response
π€ Requirements
The text was updated successfully, but these errors were encountered: