Skip to content

Commit 0d3949c

Browse files
committed
fix(velero): Disable aws s3 checksum on b2
1 parent 2f991ce commit 0d3949c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes/storage/velero/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ configuration:
2121
region: eu-central-003
2222
s3Url: https://s3.eu-central-003.backblazeb2.com
2323
s3ForcePathStyle: "true"
24+
# Bugfix for Backblaze b2 https://github.com/vmware-tanzu/velero/issues/7534
25+
checksumAlgorithm: ""
2426

2527
schedules:
2628
main:

0 commit comments

Comments
 (0)