Skip to content

Commit

Permalink
Merge pull request #996 from thpham/issue-968-995
Browse files Browse the repository at this point in the history
Fix: allow to extend configurations of AWS LB controller and EBS CSI driver.
  • Loading branch information
shapirov103 authored May 6, 2024
2 parents 1b3f485 + 9fdfb1f commit cead426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/addons/aws-loadbalancer-controller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class AwsLoadBalancerControllerAddOn extends HelmAddOn {
region: clusterInfo.cluster.stack.region,
...image,
vpcId: clusterInfo.cluster.vpc.vpcId,
...this.options.values,
}, undefined, false);

awsLoadBalancerControllerChart.node.addDependency(serviceAccount);
Expand Down
1 change: 1 addition & 0 deletions lib/addons/ebs-csi-driver/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class EbsCsiDriverAddOn extends CoreAddOn {
version: options?.version ?? defaultProps.version,
versionMap: defaultProps.versionMap,
saName: defaultProps.saName,
configurationValues: options?.configurationValues,
});

this.ebsProps = {
Expand Down

0 comments on commit cead426

Please sign in to comment.