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: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,12 +194,14 @@ Every PostgresUser has a generated Kubernetes secret attached to it, which conta
194
194
| Key | Comment |
195
195
|----------------------|---------------------|
196
196
| `DATABASE_NAME` | Name of the database, same as in `Postgres` CR, copied for convenience |
197
-
| `HOST` | PostgreSQL server host |
197
+
| `HOST` | PostgreSQL server host (including port number) |
198
198
| `PASSWORD` | Autogenerated password for user |
199
199
| `ROLE` | Autogenerated role with login enabled (user) |
200
200
| `LOGIN` | Same as `ROLE`. In case `POSTGRES_CLOUD_PROVIDER` is set to "Azure", `LOGIN` it will be set to `{role}@{serverName}`, serverName is extracted from `POSTGRES_USER` from operator's config. |
201
201
| `POSTGRES_URL` | Connection string for Posgres, could be used for Go applications |
0 commit comments