Skip to content

Commit

Permalink
add info on secret name for prepared users (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu authored Sep 19, 2023
1 parent e03fdaa commit b1fca41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,9 @@ For all LOGIN roles the operator will create K8s secrets in the namespace
specified in `secretNamespace`, if `enable_cross_namespace_secret` is set to
`true` in the config. Otherwise, they are created in the same namespace like
the Postgres cluster. Unlike roles specified with `namespace.username` under
`users`, the namespace will not be part of the role name here.
`users`, the namespace will not be part of the role name here. Keep in mind
that the underscores in a role name are replaced with dashes in the K8s
secret name.

```yaml
spec:
Expand Down

0 comments on commit b1fca41

Please sign in to comment.