Skip to content

Commit de06ee1

Browse files
committed
Remove disabled field from aws-load-balancer-controller feature
Signed-off-by: RokibulHasan7 <mdrokibulhasan@appscode.com>
1 parent 9d1af3e commit de06ee1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

charts/opscenter-features/templates/featuresets/capi-capa/aws-load-balancer-controller.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
clusterName: %q
33
serviceAccount:
44
name: aws-load-balancer-controller
5-
create: false
5+
create: true
66
` $.Values.clusterMetadata.name
77
| fromYaml }}
88
@@ -27,7 +27,6 @@ spec:
2727
featureSet: capi-capa
2828
featureBlock: aws-load-balancer-controller
2929
recommended: true
30-
disabled: {{ not (eq $capiProvider "capa") }}
3130
readinessChecks:
3231
workloads:
3332
- group: apps

0 commit comments

Comments
 (0)