Skip to content

Commit

Permalink
fix: fix typo on aws guide (datahub-project#8944)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin authored Oct 4, 2023
1 parent 165aa54 commit 3a9452c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3a9452c

Please sign in to comment.