Skip to content

Commit

Permalink
testsys: change clustersharedSg to clusterSg in templated var
Browse files Browse the repository at this point in the history
In the EC2 karpenter instance resource config, instead of using the
cluster shared SG, which is now obsolete, use cluster SG.
  • Loading branch information
etungsten committed Sep 18, 2023
1 parent 6a06194 commit d2ab100
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 d2ab100

Please sign in to comment.