### Why are the changes needed? The change is needed to be able to add additional labels to `PrometheusRule` similar to [podMonitor]( |
||
|---|---|---|
| .. | ||
| templates | ||
| Chart.yaml | ||
| README.md | ||
| values.yaml | ||
Helm Chart for Apache Kyuubi
Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on Data Warehouses and Lakehouses.
Introduction
This chart will bootstrap an Kyuubi deployment on a Kubernetes cluster using the Helm package manager.
Requirements
- Kubernetes cluster
- Helm 3.0+
Template rendering
When you want to test the template rendering, but not actually install anything. Debugging templates provide a quick way of viewing the generated content without YAML parse errors blocking.
There are two ways to render templates. It will return the rendered template to you so you can see the output.
- Local rendering chart templates
helm template --debug ../kyuubi
- Server side rendering chart templates
helm install --dry-run --debug --generate-name ../kyuubi
Documentation
Configuration guide documentation for Kyuubi lives on the website. (Not just for Helm Chart)
Contributing
Want to help build Apache Kyuubi? Check out our contributing documentation.