Skip to content
Snippets Groups Projects
Unverified Commit deec6c64 authored by Rafia Sabih's avatar Rafia Sabih Committed by GitHub
Browse files

Update docs/reference/operator_parameters.md


Co-authored-by: default avatarFelix Kunde <felix-kunde@gmx.de>
parent 8cd0c954
Branches m13253/restart-backoff
No related tags found
No related merge requests found
...@@ -265,11 +265,11 @@ configuration they are grouped under the `kubernetes` key. ...@@ -265,11 +265,11 @@ configuration they are grouped under the `kubernetes` key.
Default is true. Default is true.
* **enable_cross_namespace_secrets** * **enable_cross_namespace_secrets**
To create secrets in a different namespace other than the cluster namespace, To allow secrets in a different namespace other than the Postgres cluster
enable this option. Once, enabled user names of the intented users are to be namespace. Once enabled, specify the namespace in the user name under the
provided with the namespace in the form `{appnamespace}`.`{username}`. This `users` section in the form `{namespace}.{username}`. The operator will then
makes everything before the first `.` namespace where the secret for that create the user secret in that namespace. The part after the first `.` is
user has to be created and everything after that as the username. considered to be the user name. The default is `false`.
* **enable_init_containers** * **enable_init_containers**
global option to allow for creating init containers in the cluster manifest to global option to allow for creating init containers in the cluster manifest to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment