This chart deploys an Apache Fluss cluster on Kubernetes, following Helm best practices.
For how to build your local Fluss image and use it in Minikube refer to the official documentation.
Refer to the official documentation as well for configuration values.
We use the helm-unittest plugin for testing Fluss Helm charts.
You can run tests locally via:
# From the /helm folder:
docker run -ti --rm -v $(pwd):/apps helmunittest/helm-unittest .Follow the development section for local development.
Every contribution should add a unit test to the tests folder.
Whether relevant, update the official documentation.