Skip to content

Commit 472f9cf

Browse files
committed
improve wording
1 parent 24925b2 commit 472f9cf

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,20 @@ This means the Operator continuously reconciles the state of the cluster to matc
6262

6363
**Updates**
6464

65-
If you modify a mutable field in a Custom Resource, the Operator automatically applies these changes to the PostgreSQL cluster. This includes:
65+
If you modify a mutable field in a Custom Resource, the Operator automatically applies these changes to the PostgreSQL cluster.
66+
The operator, for example, handles:
6667

67-
- Changing a `Role` flags, password or comment.
68-
- Updating `Grant` objects or privileges.
69-
- Changing a `Schema` or `Database` owner.
68+
- Changing a `Role`'s flags, password, or comment.
7069
- Updating the `Role` password if the password in the referenced Secret changes.
70+
- Updating `Grant`/`DefaultPrivilege` objects or privileges.
71+
- Changing a `Schema` or `Database` owner.
7172

7273
**Deletions**
7374

7475
Deleting a Custom Resource triggers the cleanup of the corresponding PostgreSQL object:
7576

7677
- For `Grant`, `DefaultPrivilege`, and `Role` resources, the operator revokes privileges or drops the role.
77-
- For `Database` and `Schema` resources, the behavior depends on the `reclaimPolicy` (defaulting to `Retain` to prevent accidental data loss).
78+
- For `Database` and `Schema` resources, the behavior depends on the `reclaimPolicy` (defaults to `Retain` to prevent accidental data loss).
7879

7980
This ensures that your PostgreSQL cluster configuration always reflects your Kubernetes manifests, simplifying management and automation.
8081

0 commit comments

Comments
 (0)