This repository contains the official Helm charts for Glassflow components.
| Chart | Description |
|---|---|
| glassflow-etl | Glassflow ETL component for deduplication and joins of kafka streams to clickhouse |
helm repo add glassflow https://glassflow.github.io/charts
helm repo update# Install glassflow-etl (this will also install NATS and glassflow-operator charts)
helm install glassflow glassflow/glassflow-etl --create-namespace --namespace glassflowThis installs the GlassFlow Helm chart into the glassflow namespace. The --create-namespace flag ensures the namespace is created if it doesn’t already exist.
helm search repo glassflowThe output should be like:
NAME CHART VERSION APP VERSION DESCRIPTION
glassflow/glassflow-etl 0.1.1 1.1.12 A Helm chart for Kubernetes
- Helm (v3.2.0+)
- Kubernetes cluster
- Clone the repository:
git clone https://github.com/glassflow/charts.git
cd charts- Add dependencies:
helm dependency update charts/glassflow-etl- Test the chart:
helm lint charts/glassflow-etl
helm template my-etl charts/glassflow-etlWe welcome contributions to our Helm charts. Please see our contributing guide for more details.
This project is licensed under the MIT License - see the LICENSE file for details.