Skip to content

Latest commit

 

History

History
 
 

charts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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