From aa24403e0606cb251e71800c90f67948aa83428e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 29 Apr 2020 08:46:11 +0100 Subject: [PATCH] Add basic index page --- index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 index.md diff --git a/index.md b/index.md new file mode 100644 index 0000000..0b80386 --- /dev/null +++ b/index.md @@ -0,0 +1,14 @@ +# nikdoof's Helm Charts + +## Usage + +[Helm](https://helm.sh) must be installed to use the charts. +Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. + +Once Helm is set up properly, add the repo as follows: + +```console +helm repo add nikdoof https://nikdoof.github.io/helm-charts/ +``` + +You can then run `helm search nikdoof` to see the charts.