Skip to content

Commit 3f26927

Browse files
committed
Fix case of prefixListIDs IngressClassParams field
1 parent ac0e1ff commit 3f26927

File tree

1 file changed

+1
-1
lines changed
  • helm/aws-load-balancer-controller/crds

1 file changed

+1
-1
lines changed

helm/aws-load-balancer-controller/crds/crds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
spec:
5555
description: IngressClassParamsSpec defines the desired state of IngressClassParams
5656
properties:
57-
PrefixListsIDs:
57+
prefixListsIDs:
5858
description: PrefixListsIDs defines the security group prefix lists
5959
for all Ingresses that belong to IngressClass with this IngressClassParams.
6060
items:

0 commit comments

Comments
 (0)