Skip to content

Commit

Permalink
Add documentation how to install the chart
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco committed Feb 16, 2021
1 parent 496d946 commit bccf401
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ This chart is intentionally very light on input validation. The goal was to offe
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](./values.yaml) file.
All available input is documented inside of the [values.yaml](./values.yaml) file.

## Installing the Helm chart

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

0 comments on commit bccf401

Please sign in to comment.