File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ spec:
108
108
{{- with .defaultBackupTTL }}
109
109
- --default-backup-ttl={{ . }}
110
110
{{- end }}
111
+ {{- with .defaultItemOperationTimeout }}
112
+ - --default-item-operation-timeout={{ . }}
113
+ {{- end }}
111
114
{{- with .defaultVolumeSnapshotLocations }}
112
115
- --default-volume-snapshot-locations={{ . }}
113
116
{{- end }}
Original file line number Diff line number Diff line change @@ -405,6 +405,8 @@ configuration:
405
405
clientQPS :
406
406
# Name of the default backup storage location. Default: default
407
407
defaultBackupStorageLocation :
408
+ # The default duration any single item operation can take before timing out, especially important for large volume schedules. Default 4h
409
+ defaultItemOperationTimeout :
408
410
# How long to wait by default before backups can be garbage collected. Default: 72h
409
411
defaultBackupTTL :
410
412
# Name of the default volume snapshot location.
You can’t perform that action at this time.
0 commit comments