fix: fix typo on aws guide (#8944)

This commit is contained in:
Hyejin Yoon 2023-10-05 03:42:00 +09:00 committed by GitHub
parent 165aa54d1e
commit 3a9452c207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ eksctl create iamserviceaccount \
Install the TargetGroupBinding custom resource definition by running the following.
```
kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller//crds?ref=master"
kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master"
```
Add the helm chart repository containing the latest version of the ALB controller.