Skip to content

Commit

Permalink
Merge pull request #67 from etungsten/karpenter-clustersg
Browse files Browse the repository at this point in the history
testsys: change clustersharedSg to clusterSg in templated var
  • Loading branch information
etungsten authored Sep 28, 2023
2 parents fcdf2c9 + ba21a72 commit 88ddea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testsys/src/aws_resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ pub(crate) async fn ec2_karpenter_crd<'a>(
.region_template(cluster_name, "region")
.subnet_ids_template(cluster_name, "publicSubnetIds")
.endpoint_template(cluster_name, "endpoint")
.cluster_sg_template(cluster_name, "clustersharedSg")
.cluster_sg_template(cluster_name, "clusterSg")
.device_mappings(device_mappings)
.assume_role(bottlerocket_input.crd_input.config.agent_role.clone())
.depends_on(cluster_name)
Expand Down

0 comments on commit 88ddea6

Please sign in to comment.