Skip to content

Commit

Permalink
writers fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamarmamon committed Dec 12, 2024
1 parent 37ad42a commit 65d1c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/services/ocean/gke/schemas/ocean-strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ properties:
type: boolean
default: true
description: >
If enabled, replacements will be performed for all of your cluster, unless configured on VNG level. TRUE is the default
If enabled, replacements will be performed for all of your cluster, unless configured on VNG level. TRUE is the default.
maxBatchPercentage:
type: integer
minimum: 0
maximum: 100
default: 10
description: >
Decide on the % of instances that will be replaced at once
Decide on the % of instances that will be replaced simultaneously.
4 changes: 2 additions & 2 deletions api/services/ocean/gke/schemas/oceanLaunchSpecStrategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ properties:
type: boolean
default: true
description: >
If enabled, replacements will be performed for your VNG. TRUE is the default
If enabled, replacements will be performed for your VNG. TRUE is the default.
maxBatchPercentage:
type: integer
minimum: 0
maximum: 100
default: 10
description: >
Decide on the % of instances that will be replaced at once
Decide on the % of instances that will be replaced simultaneously.

0 comments on commit 65d1c24

Please sign in to comment.