Skip to content

Commit 9c79c33

Browse files
committed
schema: Add missing velero properties
1 parent 782dd89 commit 9c79c33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/schemas/config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,20 @@ properties:
10511051
type: string
10521052
tolerations:
10531053
$ref: '#/$defs/tolerations'
1054+
storagePrefix:
1055+
type: string
1056+
examples:
1057+
- workload-cluster
1058+
excludedNamespaces:
1059+
description: Excluded namespaces
1060+
type: array
1061+
items:
1062+
type: string
1063+
excludedExtraNamespaces:
1064+
description: Extra excluded namespace, here we should add the namespaces that are more likely to change
1065+
type: array
1066+
items:
1067+
type: string
10541068
type: object
10551069
additionalProperties:
10561070
type: object

0 commit comments

Comments
 (0)