Skip to content

Commit b1fca41

Browse files
authored
add info on secret name for prepared users (zalando#2425)
1 parent e03fdaa commit b1fca41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/user.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,9 @@ For all LOGIN roles the operator will create K8s secrets in the namespace
580580
specified in `secretNamespace`, if `enable_cross_namespace_secret` is set to
581581
`true` in the config. Otherwise, they are created in the same namespace like
582582
the Postgres cluster. Unlike roles specified with `namespace.username` under
583-
`users`, the namespace will not be part of the role name here.
583+
`users`, the namespace will not be part of the role name here. Keep in mind
584+
that the underscores in a role name are replaced with dashes in the K8s
585+
secret name.
584586

585587
```yaml
586588
spec:

0 commit comments

Comments
 (0)