We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c244b9 commit 6fcc87cCopy full SHA for 6fcc87c
src/controller/epsilon_controller.rs
@@ -103,6 +103,7 @@ impl EpsilonController {
103
let instance_resource = &template.resources;
104
105
let mut labels = BTreeMap::new();
106
+ labels.insert(String::from("epsilon.fr/template"), template_name.clone());
107
labels.insert(
108
String::from("epsilon.fr/instance"),
109
instance_type.to_string(),
0 commit comments