You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cluster-connection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The `ClusterConnection` Custom Resource Definition (CRD) defines the connection details for a PostgreSQL cluster.
4
4
It specifies the host, port, database, and the credentials to use for administrative operations.
5
5
6
-
Other Custom Resources (like `Database`, `Role`, `Schema`, `Grant`, `DefaultPrivilege`) reference to a specify target PostgreSQL cluster using `clusterRef`to be able to execute the operations on.
6
+
Other Custom Resources (like `Database`, `Role`, `Schema`, `Grant`, `DefaultPrivilege`) reference a specific target PostgreSQL cluster using `clusterRef`on which to execute the operations.
0 commit comments