Publish Helm chart

This commit is contained in:
Stefan Prodan
2018-09-26 20:31:35 +03:00
parent d562361694
commit dac0bfdb4c
15 changed files with 33 additions and 0 deletions

13
docs/index.md Normal file
View File

@@ -0,0 +1,13 @@
# Steerer
Steerer is a Kubernetes operator that automates the promotion of canary deployments
using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
### Install
```console
$ helm repo add steerer https://stefanprodan.github.io/steerer
$ helm upgrade --install steerer steerer/steerer --namespace=istio-system
```
Docs: [github.com/stefanprodan/steerer](https://github.com/stefanprodan/steerer)