Skip to content

Commit

Permalink
Merge pull request #3351 from ecpullen/ecs-fix
Browse files Browse the repository at this point in the history
testsys: Add labels to ecs cluster crds
  • Loading branch information
ecpullen authored Aug 22, 2023
2 parents c5b8341 + b6629a4 commit 0559985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testsys/src/aws_ecs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl CrdCreator for AwsEcsCreator {
.testsys_agent_pull_secret
.to_owned(),
)
.set_labels(Some(labels))
.set_secrets(Some(cluster_input.crd_input.config.secrets.clone()))
.build(cluster_input.cluster_name)
.context(error::BuildSnafu {
Expand Down

0 comments on commit 0559985

Please sign in to comment.