-
Notifications
You must be signed in to change notification settings - Fork 26
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
Providing a helm chart #84
Comments
Hello @tropnikovvl Capacitor does not need elaborate manifests to be deployed. The only requirement, is the proper RBAC so it can gather the data.
My take on providing a Helm chart is a bit controversial perhaps, but I believe maintaining a Helm chart to be able to configure every possible knob of Kubernetes is not the best way to spend time. Of course I can be convinced otherwise, or if someone made a Helm chart already i can link to it, but I don't want to maintain that as of now. Maybe using https://fluxcd.io/flux/components/kustomize/kustomizations/#patches on https://github.com/gimlet-io/capacitor?tab=readme-ov-file#flux would be a way to provide labels/annotations? Ingress and policies can be stored as standalone files. |
hi, @laszlocph |
@laszlocph I started writing a Helm chart. For me question is now, do you want to have it as PR or should I publish it under my name? |
I published my Helm chart now: https://github.com/sebastiangaiser/helm-charts/releases/tag/capacitor-0.1.0 @laszlocph in case you're interested in merging it "upstream" or adding a link, please let me know |
Hello!
Thanks for a great product!
It would be great to add a helm chart with versioning for its deployment.
For example, I now want to add my own labels, annotations, ingress or security policies and it’s not entirely clear how to do this.
Also, versioning would help me create automatic testing pipelines in different environments when releasing a new version.
Thank you!
The text was updated successfully, but these errors were encountered: