Skip to content

Commit

Permalink
fix: Add fargate label
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Oct 30, 2024
1 parent 0805417 commit 2f1c763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom_resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ impl HydraDoomPod {
BTreeMap::from([
("component".to_string(), "hydra-pod".to_string()),
("hydra-pod-id".to_string(), self.name_any()),
("run-on".to_string(), "fargate".to_string()),
])
}

Expand Down

0 comments on commit 2f1c763

Please sign in to comment.