Official repository for Conduktor Helm Charts
Explore the docs
»
Report Bug
·
Request Feature
- Kubernetes 1.19+
- Helm 3.2.0+
$ helm repo add conduktor https://helm.conduktor.io
$ helm repo update
For guides and advanced help, please refer to our
documentation,
or to our charts README
.
Requirements:
You can have a working cluster on your local machine with docker and k3d,
use the Makefile target k3d-up
to start a cluster with nginx and a postgresql
database running.
$ make helm-deps
$ make k3d-up
Postgresql credentials:
host: postgresql.conduktor
port: 5432
username: postgres
password: conduktor
name: conduktor
You need to have chart-testing installed and a running kubernetes cluster.
# Update helm dependencies
make helm-deps
# Create local K3D cluster for test and local dev (require k3d, helm and kubectl)
make k3d-up
# Run Chart-testing tests on chart that contain changes (require chart-testing and helm)
make test-chart
# Delete K3D cluster
make k3d-down