remove unused parameter
This commit is contained in:
parent
24b9e9f882
commit
7d8d8c32f8
|
|
@ -62,7 +62,6 @@ config:
|
|||
pod_management_policy: "ordered_ready"
|
||||
enable_pod_antiaffinity: "false"
|
||||
pod_antiaffinity_topology_key: "kubernetes.io/hostname"
|
||||
enable_logical_backup: "false"
|
||||
logical_backup_schedule: "30 00 * * *"
|
||||
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:master-42"
|
||||
logical_backup_s3_bucket: "your-s3-bucket"
|
||||
|
|
|
|||
|
|
@ -483,9 +483,6 @@ scalyr sidecar. In the CRD-based configuration they are grouped under the
|
|||
These parameters configure a k8s cron job managed by the operator to produce Postgres logical backups.
|
||||
In the CRD-based configuration those parameters are grouped under the `logical_backup` key.
|
||||
|
||||
* **enable_logical_backup**
|
||||
Determines if the operator creates a Kubernetes cron job to do logical backups of all Postgres clusters it controls. Default: false.
|
||||
|
||||
* **logical_backup_schedule**
|
||||
Backup schedule in the cron format. Please take [the reference schedule format](https://kubernetes.io/docs/tasks/job/automated-tasks-with-cron-jobs/#schedule) into account. Default: "30 00 \* \* \*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue