Skip to content

Commit

Permalink
docs: Correct comment mis-spelling (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jun 7, 2023
1 parent b6fa04f commit a2fb28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ module "eks" {
resources = {
limits = {
cpu = "0.25"
# We are targetting the smallest Task size of 512Mb, so we subtract 256Mb from the
# We are targeting the smallest Task size of 512Mb, so we subtract 256Mb from the
# request/limit to ensure we can fit within that task
memory = "256M"
}
requests = {
cpu = "0.25"
# We are targetting the smallest Task size of 512Mb, so we subtract 256Mb from the
# We are targeting the smallest Task size of 512Mb, so we subtract 256Mb from the
# request/limit to ensure we can fit within that task
memory = "256M"
}
Expand Down

0 comments on commit a2fb28e

Please sign in to comment.