Skip to content

Commit c04f818

Browse files
committed
schema: velero
1 parent 40b1192 commit c04f818

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

config/schemas/config.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,33 @@ properties:
892892
type: boolean
893893
type: object
894894
type: object
895+
velero:
896+
additionalProperties: false
897+
properties:
898+
enabled:
899+
default: true
900+
type: boolean
901+
nodeAgent:
902+
additionalProperties: false
903+
properties:
904+
resources:
905+
$ref: '#/$defs/resources'
906+
tolerations:
907+
$ref: '#/$defs/tolerations'
908+
type: object
909+
nodeSelector:
910+
$ref: '#/$defs/nodeSelector'
911+
resources:
912+
$ref: '#/$defs/resources'
913+
retentionPeriod:
914+
$ref: '#/$defs/goDuration'
915+
default: 720h0m0s
916+
schedule:
917+
default: 0 0 * * *
918+
type: string
919+
tolerations:
920+
$ref: '#/$defs/tolerations'
921+
type: object
895922
additionalProperties:
896923
type: object
897924
properties: {}

0 commit comments

Comments
 (0)