@@ -323,6 +323,11 @@ configuration they are grouped under the `kubernetes` key.
323323 replaced by the cluster name. Only the ` {cluster} ` placeholders is allowed in
324324 the template.
325325
326+ * ** pdb_master_label_selector**
327+ By default the PDB will match the master role hence preventing nodes to be
328+ drained if the node_readiness_label is not used. This option if set to ` false `
329+ will not add the ` spilo-role=master ` selector to the PDB.
330+
326331* ** enable_pod_disruption_budget**
327332 PDB is enabled by default to protect the cluster from voluntarily disruptions
328333 and hence unwanted DB downtime. However, on some cloud providers it could be
@@ -431,7 +436,7 @@ configuration they are grouped under the `kubernetes` key.
431436 environment if they not if conflict with the environment variables generated
432437 by the operator. The WAL location (bucket path) can be overridden, though.
433438 The default is empty.
434-
439+
435440* ** pod_environment_secret**
436441 similar to pod_environment_configmap but referencing a secret with custom
437442 environment variables. Because the secret is not allowed to exist in a
@@ -577,7 +582,7 @@ effect, and the parameters are grouped under the `timeouts` key in the
577582CRD-based configuration.
578583
579584* ** PatroniAPICheckInterval**
580- the interval between consecutive attempts waiting for the return of
585+ the interval between consecutive attempts waiting for the return of
581586 Patroni Api. The default is ` 1s ` .
582587
583588* ** PatroniAPICheckTimeout**
@@ -651,7 +656,7 @@ In the CRD-based configuration they are grouped under the `load_balancer` key.
651656 balancers. Allowed values are ` Cluster ` (default) and ` Local ` .
652657
653658* ** master_dns_name_format**
654- defines the DNS name string template for the master load balancer cluster.
659+ defines the DNS name string template for the master load balancer cluster.
655660 The default is ` {cluster}.{namespace}.{hostedzone} ` , where ` {cluster} ` is
656661 replaced by the cluster name, ` {namespace} ` is replaced with the namespace
657662 and ` {hostedzone} ` is replaced with the hosted zone (the value of the
@@ -816,7 +821,7 @@ grouped under the `logical_backup` key.
816821 is specified, no argument will be passed to ` aws s3 ` command. Default: "AES256".
817822
818823* ** logical_backup_s3_retention_time**
819- Specify a retention time for logical backups stored in S3. Backups older than the specified retention
824+ Specify a retention time for logical backups stored in S3. Backups older than the specified retention
820825 time will be deleted after a new backup was uploaded. If empty, all backups will be kept. Example values are
821826 "3 days", "2 weeks", or "1 month". The default is empty.
822827
0 commit comments