From 7e4170acdf3b485c518baf64eb6081eb3b899aae Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Wed, 6 Jan 2021 15:58:15 +0100 Subject: [PATCH] update the docs --- docs/reference/operator_parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/operator_parameters.md b/docs/reference/operator_parameters.md index 3bc174b7b..76a3cefd4 100644 --- a/docs/reference/operator_parameters.md +++ b/docs/reference/operator_parameters.md @@ -562,7 +562,7 @@ grouped under the `logical_backup` key. Specifies the path of the google cloud service account json file. Default is empty. * **logical_backup_job_prefix** - The prefix to be prepended to the name of a k8s CronJob running the backups. Beware the prefix counts towards the name length restrictions imposed by k8s. Empty string is a legitimate value. Operator does not do the actual renaming: If you change the prefix, you will have to recreate respective CronJobs manually. Default: "logical-backup-". + The prefix to be prepended to the name of a k8s CronJob running the backups. Beware the prefix counts towards the name length restrictions imposed by k8s. Empty string is a legitimate value. Operator does not do the actual renaming: It simply creates the job with the new prefix. You will have to delete the old cron job manually. Default: "logical-backup-". * **logical_backup_provider** Specifies the storage provider to which the backup should be uploaded (`s3` or `gcs`).