From 1e15e3010d8b86d82f48434e9cbaba99460bc2c0 Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Thu, 29 Jan 2026 16:54:35 +0100 Subject: [PATCH] Small README.md changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b95089..cbcbdc9 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ AboutBits PostgreSQL Operator is a Kubernetes operator that helps you manage Pos │ │ │ - Grant │ │ │ ├──────────────────────────────────┤ │ │ │ │ │ - DefaultPrivilege │ │ │ │ DefaultPrivilege Controller │ │ │ │ │ └────────────────────┘ │ │ └──────────────────────────────────┘ │ │ -│ └────────────────────────┘ └────────────────────┬───────────────────┘ │ -│ │ │ -│ ┌─────────────────▼────────────────┐ │ +│ └────────────────────────┘ └───────────────────┬────────────────────┘ │ +│ │ │ +│ ┌────────────────▼─────────────────┐ │ │ │ PostgreSQL Server │ │ │ │ (SQL) │ │ │ └──────────────────────────────────┘ │ @@ -57,7 +57,7 @@ Further documentation of each Custom Resource can be found here: ### Declarative Management -The Operator leverages the power of Kubernetes Custom Resource Definitions (CRDs) to manage PostgreSQL resources declaratively. +The Operator leverages the power of Kubernetes Custom Resource Definitions (CRDs) to manage PostgreSQL resources declaratively. This means the Operator continuously reconciles the state of the cluster to match your desired state defined in the CRs. **Updates**