From 86594c203dd20ac8143d6eb0aa23dc498e756fad Mon Sep 17 00:00:00 2001 From: Jacob Morgan Date: Sat, 6 Apr 2024 21:52:27 +0200 Subject: [PATCH] Update documentation for helm --- docs/installation.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 5514fd4..a9edd47 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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