diff --git a/examples/karpenter/main.tf b/examples/karpenter/main.tf index 4e64b9bb61..ac2ef4870e 100644 --- a/examples/karpenter/main.tf +++ b/examples/karpenter/main.tf @@ -84,7 +84,7 @@ module "eks" { coredns = { configuration_values = jsonencode({ computeType = "Fargate" - # Ensure that the we fully utilize the minimum amount of resources that are supplied by + # Ensure that we fully utilize the minimum amount of resources that are supplied by # Fargate https://docs.aws.amazon.com/eks/latest/userguide/fargate-pod-configuration.html # Fargate adds 256 MB to each pod's memory reservation for the required Kubernetes # components (kubelet, kube-proxy, and containerd). Fargate rounds up to the following