Skip to content

Commit

Permalink
Fixing for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Nov 21, 2023
1 parent a0ff8e5 commit 0d1b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/eks/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ export function createCore(

// Add CSI Driver for Storage
const ebsCsiDriver = new aws.eks.Addon(
"ebs-csi-driver",
`${name}-aws-ebs-csi-driver`,
{
addonName: "aws-ebs-csi-driver",
clusterName: eksCluster.name,
Expand Down

0 comments on commit 0d1b93f

Please sign in to comment.