updated readme with config example

pull/147/head
Karolis Rusenas 2018-02-25 20:10:08 +00:00 committed by GitHub
parent 1c5590f653
commit cf6e327911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Keel provides several key features:
* __[Polling](https://keel.sh/v1/guide/documentation.html#Polling)__ - when webhooks and pubsub aren't available - Keel can still be useful by checking Docker Registry for new tags (if current tag is semver) or same tag SHA digest change (ie: `latest`).
* __Notifications__ - out of the box Keel has Slack and standard webhook notifications, more info [here](https://keel.sh/v1/guide/documentation.html#Notifications)
* __Notifications__ - out of the box Keel has Slack, Hipchat, Mattermost and standard webhook notifications, more info [here](https://keel.sh/v1/guide/documentation.html#Notifications)
<p align="center">
<a href="https://keel.sh" target="_blank"><img width="700"src="https://keel.sh/images/keel-overview.png"></a>
@ -62,6 +62,16 @@ A step-by-step guide to install Keel on your Kubernetes cluster is viewable on t
[https://keel.sh/v1/guide/quick-start.html](https://keel.sh/v1/guide/quick-start.html)
### Configuration
Once Keel is deployed, you only need to specify update policy on your deployment file or Helm chart:
<p align="center">
<a href="https://keel.sh/v1/guide/" target="_blank"><img width="700"src="https://keel.sh/keel-minimal-configuration.png"></a>
</p>
No additional configuration is required. Enabling continuous delivery for your workloads has never been this easy!
### Documentation
Documentation is viewable on the Keel Website: