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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ Every PostgresUser has a generated Kubernetes secret attached to it, which conta
168
168
|----------------------|---------------------|
169
169
| `DATABASE_NAME` | Name of the database, same as in `Postgres` CR, copied for convenience |
170
170
| `HOST` | PostgreSQL server host |
171
+
| `URI_ARGS` | URI Args, same as in `Postgres` CR, copied for convenience |
171
172
| `PASSWORD` | Autogenerated password for user |
172
173
| `ROLE` | Autogenerated role with login enabled (user) |
173
174
| `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. |
0 commit comments