Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] committed Jul 31, 2024
1 parent 0feef5a commit 961d413
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions postgresql.cnpg.io/scheduledbackup_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 961d413

Please sign in to comment.