Merge pull request #160 from dholbach/add-gh-page-readme

add README explaining how to install kured from chart
This commit is contained in:
Daniel Holbach
2020-06-30 17:37:43 +02:00
committed by GitHub
+17
View File
@@ -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).