File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff 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
895922additionalProperties :
896923 type : object
897924 properties : {}
You can’t perform that action at this time.
0 commit comments