From 5ae6c2e57d2aaa387e5cf4e939692969fcc4e498 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Thu, 17 Jan 2019 19:11:15 +0200 Subject: [PATCH] Add readme file --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..446928f --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +[![CircleCI](https://circleci.com/gh/giantswarm/auto-oncall.svg?&style=shield&circle-token=03d2446a590221c8604e7f540ea4cd1a4b929f14)](https://circleci.com/gh/giantswarm/auto-oncall) + +# auto-oncall +auto-oncall application is a webhook handler, responsible for creating new Opsgenie routing rules on every merge event into master branch. + +# configuration +Configuration requires next data to be configured in `values.yaml` of the helm chart: + +``` +# opsgenie api token +opsgenieToken: + +# list of applications, configured for automated oncall rules +repositories: + - test-oncall + +# user mapping between github login and Opsgenie login +users: + github_user: user@giantswarm.io + +# organization github webhook secret +githubWebhookSecret: +```