Skip to content

Commit 7e4196f

Browse files
committed
chore(aws-load-balancer-controller): add all controllerConfig.featureGates samples
1 parent 9bfcb09 commit 7e4196f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: aws-load-balancer-controller
33
description: AWS Load Balancer Controller Helm chart for Kubernetes
4-
version: 1.5.0
4+
version: 1.5.1
55
appVersion: v2.5.0
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,14 @@ disableRestrictedSecurityGroupRules:
303303
controllerConfig:
304304
# featureGates set of key: value pairs that describe AWS load balance controller features
305305
featureGates: {}
306-
# ServiceTypeLoadBalancerOnly: true
307-
# EndpointsFailOpen: true
306+
# ListenerRulesTagging: false
307+
# WeightedTargetGroups: false
308+
# ServiceTypeLoadBalancerOnly: false
309+
# EndpointsFailOpen: false
310+
# EnableServiceController: false
311+
# EnableIPTargetType: false
312+
# SubnetsClusterTagCheck: false
313+
# NLBHealthCheckAdvancedConfig: false
308314

309315
# objectSelector for webhook
310316
objectSelector:

0 commit comments

Comments
 (0)