Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Dec 13, 2022
1 parent a854925 commit a8c0f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ karpenter.addProvisioner('custom', {
InstanceType.of(InstanceClass.M5A, InstanceSize.LARGE),
InstanceType.of(InstanceClass.M6G, InstanceSize.LARGE),
],
rejectInstanceTypes: [
restrictInstanceTypes: [
InstanceType.of(InstanceClass.G5, InstanceSize.LARGE),
],
},
Expand Down

0 comments on commit a8c0f20

Please sign in to comment.