Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 610 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 610 Bytes

Helm Chart

This chart is intentionally very light on input validation. The goal was to offer a flexible Helm chart that allows users to deploy KMinion the way they want to. Therefore it's very flexible at the cost of less input validation, so that you might run into runtime errors for a misconfiguration.

All available input is documented inside of the values.yaml file.

Installing the Helm chart

helm repo add kminion https://raw.githubusercontent.com/cloudhut/kminion/master/charts/archives
helm repo update
helm install -f values.yaml kminion kminion/kminion