Skip to content

Commit

Permalink
[src] code review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guybarman committed Jan 1, 2025
1 parent 5fefbe6 commit d4657cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/services/ocean/aws/schemas/ocean-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ properties:
type: array
description: |
Temporary taints applied to a node during its initialization phase.
For startup taint to work, it must also be set as a regular taint
For a startup taint to work, it must also be set as a regular taint
in the userData for the cluster.
items:
type: object
Expand Down
2 changes: 1 addition & 1 deletion api/services/ocean/aws/schemas/oceanClusterLaunchSpec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ properties:
type: array
description: |
Temporary taints applied to a node during its initialization phase.
For startup taint to work, it must also be set as a regular taint
For a startup taint to work, it must also be set as a regular taint
in the userData for the VNG.
items:
type: object
Expand Down

0 comments on commit d4657cd

Please sign in to comment.