From 080459c75898323e2070cb988b2ec3fe7124c534 Mon Sep 17 00:00:00 2001 From: shipper Date: Mon, 29 Jul 2024 17:12:29 +0000 Subject: [PATCH] auto-update crds catalog --- postgresql.cnpg.io/scheduledbackup_v1.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/postgresql.cnpg.io/scheduledbackup_v1.json b/postgresql.cnpg.io/scheduledbackup_v1.json index fbbe78b..e31d255 100644 --- a/postgresql.cnpg.io/scheduledbackup_v1.json +++ b/postgresql.cnpg.io/scheduledbackup_v1.json @@ -45,10 +45,11 @@ }, "method": { "default": "barmanObjectStore", - "description": "The backup method to be used, possible options are `barmanObjectStore`\nand `volumeSnapshot`. Defaults to: `barmanObjectStore`.", + "description": "The backup method to be used, possible options are `barmanObjectStore`,\n`volumeSnapshot` or `plugin`. Defaults to: `barmanObjectStore`.", "enum": [ "barmanObjectStore", - "volumeSnapshot" + "volumeSnapshot", + "plugin" ], "type": "string" },