Skip to content

Commit d20f511

Browse files
authored
docs: fix typo in option name for cross-ns secrets (zalando#1650)
1 parent 720b457 commit d20f511

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/reference/cluster_manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ These parameters are grouped directly under the `spec` key in the manifest.
110110
`CREATEDB`, `BYPASSURL`. A login user is created by default unless NOLOGIN is
111111
specified, in which case the operator creates a role. One can specify empty
112112
flags by providing a JSON empty array '*[]*'. If the config option
113-
`enable_cross_namespace_secrets` is enabled you can specify the namespace in
113+
`enable_cross_namespace_secret` is enabled you can specify the namespace in
114114
the user name in the form `{namespace}.{username}` and the operator will
115115
create the K8s secret in that namespace. The part after the first `.` is
116116
considered to be the user name. Optional.
@@ -215,7 +215,7 @@ information, see [user docs](../user.md#prepared-databases-with-roles-and-defaul
215215
* **secretNamespace**
216216
for each default LOGIN role the operator will create a secret. You can
217217
specify the namespace in which these secrets will get created, if
218-
`enable_cross_namespace_secrets` is set to `true` in the config. Otherwise,
218+
`enable_cross_namespace_secret` is set to `true` in the config. Otherwise,
219219
the cluster namespace is used.
220220

221221
## Postgres parameters

docs/reference/operator_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ configuration they are grouped under the `kubernetes` key.
264264
[admin docs](../administrator.md#pod-disruption-budget) for more information.
265265
Default is true.
266266

267-
* **enable_cross_namespace_secrets**
267+
* **enable_cross_namespace_secret**
268268
To allow secrets in a different namespace other than the Postgres cluster
269269
namespace. Once enabled, specify the namespace in the user name under the
270270
`users` section in the form `{namespace}.{username}`. The default is `false`.

0 commit comments

Comments
 (0)