Skip to content

Commit 5d86951

Browse files
authored
fix iam_policy.json url for v2.3.0 (#2378)
1 parent 10aab91 commit 5d86951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
100100
#### Setup IAM manually
101101
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
102102
```
103-
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.1/docs/install/iam_policy.json
103+
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.3.0/docs/install/iam_policy.json
104104
```
105105
## Add Controller to Cluster
106106

0 commit comments

Comments
 (0)