From fd62c24b07359082985b8c7422361afdeec4254c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EC=9A=A9=ED=99=98?= <33824408+yoosful@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:07:49 +0900 Subject: [PATCH] docs: Minor fix in comment (#2547) Co-authored-by: Bryant Biggs --- examples/karpenter/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/karpenter/main.tf b/examples/karpenter/main.tf index 4e64b9b..ac2ef48 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