-
Notifications
You must be signed in to change notification settings - Fork 103
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
feat: Publish Helm Chart #369
Comments
That's a good plan. Another useful option for this would be to install it as non-default storage class. |
@apricote you could use our helm chart as a starting point if you want. See: https://github.com/syself/charts/tree/main/charts/csi-hcloud If I have some time in the next couple of weeks I will update it to the v2 version of the csi-driver. |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
The base Helm Chart is now in the repo and the remaining features from the list are available for pickup if anyone is interested :) |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
I opened #557 for deploying the grafana dashboard in the chart. Closing this issue. |
Some use-cases require deeper customization of our deployment manifests. We should publish and provide a Helm chart for these users. The "simple" deployment manifests can then be generated from the Helm chart, by building it with the default values.
Example usecases that require deep customization:
ServiceMonitor
and Grafana dashboard feat: add Grafana dashboard and ServiceMonitors #378 (comment) (ServiceMonitor in feat(k8s): add Helm Chart #500, Grafana Dashboard moved to feat(helm): deploy Grafana dashboard #557)The text was updated successfully, but these errors were encountered: