From fe6c162e5914bb768eabab07c402f243b008237a Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin <oleksii.kliukin@zalando.de> Date: Mon, 12 Jun 2017 18:10:23 +0200 Subject: [PATCH] Add a few badges (#50) #6 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3d2c01b3..1464f7b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # postgres operator +[](https://travis-ci.org/zalando-incubator/postgres-operator) +[](https://coveralls.io/github/zalando-incubator/postgres-operator) +[](https://goreportcard.com/report/github.com/zalando-incubator/postgres-operator) + The Postgres operator manages Postgres clusters in Kubernetes using the [operator pattern](https://coreos.com/blog/introducing-operators.html). During the initial run it registers the [Third Party Resource (TPR)](https://kubernetes.io/docs/user-guide/thirdpartyresources/) for Postgres. The Postgresql TPR is essentially the schema that describes the contents of the manifests for deploying individual Postgres clusters using Statefulsets and Patroni. -- GitLab