We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03fdaa commit b1fca41Copy full SHA for b1fca41
docs/user.md
@@ -580,7 +580,9 @@ For all LOGIN roles the operator will create K8s secrets in the namespace
580
specified in `secretNamespace`, if `enable_cross_namespace_secret` is set to
581
`true` in the config. Otherwise, they are created in the same namespace like
582
the Postgres cluster. Unlike roles specified with `namespace.username` under
583
-`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
584
+that the underscores in a role name are replaced with dashes in the K8s
585
+secret name.
586
587
```yaml
588
spec:
0 commit comments