From cf6e3279111298c43a1614a12fd997c6a42bacad Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Sun, 25 Feb 2018 20:10:08 +0000 Subject: [PATCH] updated readme with config example --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6c2eb575..f483b2ca 100644 --- a/readme.md +++ b/readme.md @@ -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)

@@ -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: + +

+ +

+ +No additional configuration is required. Enabling continuous delivery for your workloads has never been this easy! + ### Documentation Documentation is viewable on the Keel Website: