From 959b483d11c86fb2e9576d59ea849e5ed0d3861c Mon Sep 17 00:00:00 2001 From: Jan Mussler Date: Thu, 12 Oct 2017 18:24:10 +0200 Subject: [PATCH] Update README.md (#133) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d719c69ab..a62ec84dd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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 [Custom Resource Definition (CRD)](https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions) for Postgres. -The Postgresql CRD is essentially the schema that describes the contents of the manifests for deploying individual Postgres clusters using Statefulsets and Patroni. +The Postgresql CRD is essentially the schema that describes the contents of the manifests for deploying individual Postgresql clusters using Statefulsets and Patroni. Once the operator is running, it performs the following actions: