Skip to content

Commit 6fcc87c

Browse files
committed
Update epsilon_controller.rs
1 parent 9c244b9 commit 6fcc87c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controller/epsilon_controller.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ impl EpsilonController {
103103
let instance_resource = &template.resources;
104104

105105
let mut labels = BTreeMap::new();
106+
labels.insert(String::from("epsilon.fr/template"), template_name.clone());
106107
labels.insert(
107108
String::from("epsilon.fr/instance"),
108109
instance_type.to_string(),

0 commit comments

Comments
 (0)