fixup: even numbers must be strings in metadata (#2777)

Signed-off-by: Bernd Verst <github@bernd.dev>
This commit is contained in:
Bernd Verst 2023-04-12 23:54:47 -05:00 committed by GitHub
parent 1a751931f7
commit 13193ffdd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ metadata:
# getBlobRetryCount is a deprecated alias for this field
type: number
required: false
default: 3
example: 3
default: "3"
example: "3"
description: |
Specifies the maximum number of HTTP requests that will be made to retry blob operations.
A value of zero means that no additional attempts will be made after a failure.