Skip to content

Commit

Permalink
feat(base-cluster/backup): update values schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tasches committed Feb 7, 2024
1 parent a1253c5 commit 865a8a3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions charts/base-cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,25 @@
"additionalProperties": false
}
},
"oneOf": [
{
"properties": {
"backupStorageLocations": {
"minProperties": 1
}
},
"required": [
"defaultLocation"
]
},
{
"properties": {
"backupStorageLocations": {
"maxProperties": 0
}
}
}
],
"additionalProperties": false
},
"common": {
Expand Down

0 comments on commit 865a8a3

Please sign in to comment.