remove unused parameter

This commit is contained in:
Sergey Dudoladov 2019-05-16 12:08:21 +02:00
parent 24b9e9f882
commit 7d8d8c32f8
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -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 \* \* \*"