auto-update crds catalog

This commit is contained in:
Drone Shipper 2024-07-29 17:12:29 +00:00
parent dabb73189c
commit 080459c758

View File

@ -45,10 +45,11 @@
}, },
"method": { "method": {
"default": "barmanObjectStore", "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": [ "enum": [
"barmanObjectStore", "barmanObjectStore",
"volumeSnapshot" "volumeSnapshot",
"plugin"
], ],
"type": "string" "type": "string"
}, },