Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ AboutBits PostgreSQL Operator is a Kubernetes operator that helps you manage Pos
│ │ │ - Grant │ │ │ ├──────────────────────────────────┤ │ │
│ │ │ - DefaultPrivilege │ │ │ │ DefaultPrivilege Controller │ │ │
│ │ └────────────────────┘ │ │ └──────────────────────────────────┘ │ │
│ └────────────────────────┘ └────────────────────┬───────────────────┘ │
│ ┌─────────────────▼────────────────┐ │
│ └────────────────────────┘ └───────────────────┬────────────────────┘ │
│ ┌────────────────▼─────────────────┐ │
│ │ PostgreSQL Server │ │
│ │ (SQL) │ │
│ └──────────────────────────────────┘ │
Expand Down Expand Up @@ -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**
Expand Down