Skip to content

Commit

Permalink
Update documentation for helm
Browse files Browse the repository at this point in the history
  • Loading branch information
slackspace-io committed Apr 6, 2024
1 parent 8ce3541 commit 86594c2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
### Helm
Reference files located in the `charts` directory, including a full values.yaml file with all available configuration options.

Helm repo is located at https://slackspace-io.github.io/slackwatch/helm/
Helm repo is located at [https://slackspace-io.github.io/slackwatch/helm/](https://slackspace-io.github.io/slackwatch/installation.html#helm)

To install slackwatch using helm, run the following command:

```shell
helm repo add slackwatch https://slackspace-io.github.io/slackwatch/helm/
helm install slackwatch slackwatch/slackwatch
```

Full values.yaml file with all available configuration options displayed below. It can be found in `charts/slackwatch/values-full.yaml`.
```
{{#include ../charts/slackwatch/values-full.yaml}}
```



### Kubernetes
Expand Down

0 comments on commit 86594c2

Please sign in to comment.