Skip to content

Commit

Permalink
Update README.md (kubernetes-sigs#3638)
Browse files Browse the repository at this point in the history
Remove extra / in crds
  • Loading branch information
hyperbolic2346 authored May 21, 2024
1 parent ea748d0 commit 9d2acb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ helm repo add eks https://aws.github.io/eks-charts
Install the TargetGroupBinding CRDs:

```shell script
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"
```

Install the AWS Load Balancer controller, if using iamserviceaccount
Expand Down

0 comments on commit 9d2acb4

Please sign in to comment.