Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "minim number os seconds" typo #1902

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions charts/victoria-metrics-operator/charts/crds/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -2340,7 +2340,7 @@ spec:
type: string
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -10909,7 +10909,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -12691,7 +12691,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -14763,7 +14763,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -16190,7 +16190,7 @@ spec:
type: string
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -17329,7 +17329,7 @@ spec:
type: string
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -18962,7 +18962,7 @@ spec:
type: array
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -29176,7 +29176,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down
Loading