Skip to content

Commit 4d40b00

Browse files
authored
chore(aws-load-balancer-controller): update all controllerConfig.featureGates samples default values (#3161)
1 parent 06abaed commit 4d40b00

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

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

315315
# objectSelector for webhook
316316
objectSelector:
@@ -346,4 +346,4 @@ ingressClassConfig:
346346
default: false
347347

348348
# enableServiceMutatorWebhook allows you enable the webhook which makes this controller the default for all new services of type LoadBalancer
349-
enableServiceMutatorWebhook: true
349+
enableServiceMutatorWebhook: true

0 commit comments

Comments
 (0)