Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
fix: v2 releaseName
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkuan committed Nov 22, 2020
1 parent 1c64f2a commit 652fab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aws-load-balancer-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export class AwsLoadBalancerController extends Construct {
});
new cdk8s.Helm(this, 'helmawsLoadBalancerController', {
chart: 'eks/aws-load-balancer-controller',
releaseName: 'aws-load-balancer-controller',
values: {
clusterName: options.clusterName,
},
Expand Down

0 comments on commit 652fab7

Please sign in to comment.