From a415ae856fc88665e3bad43065c401a015fad65a Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 30 Jun 2020 15:58:24 +0200 Subject: [PATCH] add README explaining how to install kured from chart --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e69de29..0d942f9 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +# Kured Helm Repository + +![Kured](https://raw.githubusercontent.com/weaveworks/kured/master/img/logo.png) + +Add Kured repository to Helm repos: + +```console +helm repo add kured https://weaveworks.github.io/kured/ +``` + +## Install Kured + +```console +helm install my-release kured/kured +``` + +For more details on installing Kured please see the [chart readme](https://github.com/weaveworks/kured/tree/master/charts/kured).