From 9d190a910cf9b61928d3076a0c0f4da12625181c Mon Sep 17 00:00:00 2001 From: yukin01 <38382781+yukin01@users.noreply.github.com> Date: Fri, 7 Nov 2025 17:07:30 +0900 Subject: [PATCH] docs(aws-load-balancer-controller): fix CRD installation path --- stable/aws-load-balancer-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/aws-load-balancer-controller/README.md b/stable/aws-load-balancer-controller/README.md index 6da919857..8724358a4 100644 --- a/stable/aws-load-balancer-controller/README.md +++ b/stable/aws-load-balancer-controller/README.md @@ -79,7 +79,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