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
Currently, the PostgreSQL Operator requires a pgouser's
password to be set during the installation process.
This update allows for the password to be unset during installation,
and, during Operator initialization, any pgouser that currently has an
empty password will be given an autogenerated password, stored in the
relevant pgouser secret.
Issue: [ch9510]
Copy file name to clipboardExpand all lines: docs/content/installation/configuration.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
@@ -53,7 +53,7 @@ Operator.
53
53
|`namespace_mode`| dynamic || Determines which namespace permissions are assigned to the PostgreSQL Operator using a ClusterRole. Options: `dynamic`, `readonly`, and `disabled`|
54
54
|`pgbadgerport`| 10000 |**Required**| Set to configure the default port used to connect to pgbadger. |
55
55
|`pgo_add_os_ca_store`| false |**Required**| When true, includes system default certificate authorities. |
56
-
|`pgo_admin_password`| examplepassword |**Required**| Configures the pgo administrator password. |
56
+
|`pgo_admin_password`| examplepassword || Configures the pgo administrator password. When blank, a random password is generated. |
57
57
|`pgo_admin_perms`| * |**Required**| Sets the access control rules provided by the PostgreSQL Operator RBAC resources for the PostgreSQL Operator administrative account that is created by this installer. Defaults to allowing all of the permissions, which is represented with the * |
58
58
|`pgo_admin_role_name`| pgoadmin |**Required**| Sets the name of the PostgreSQL Operator role that is utilized for administrative operations performed by the PostgreSQL Operator. |
59
59
|`pgo_admin_username`| admin |**Required**| Configures the pgo administrator username. |
0 commit comments