Skip to content

Commit

Permalink
Fix typo in README - regarding crds application (aws#1048)
Browse files Browse the repository at this point in the history
* Fix typo in README.md

The link for crds application had a typo, this commit removes the extra forwardslash.

* bump chart version

* Fixed another link with a typo

---------

Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
bermanjoshclasse and bryantbiggs authored Sep 24, 2024
1 parent 512f7cd commit 1912216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/aws-load-balancer-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If migrating from ALB ingress controller, grant [additional IAM permissions](htt
- Additional IAM permissions required, ensure you have granted the [required IAM permissions](https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/main/docs/install/iam_policy.json).
- CRDs need to be updated as follows
```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"
```
- you can run helm upgrade without uninstalling the old chart completely

Expand Down

0 comments on commit 1912216

Please sign in to comment.