Skip to content

Commit bdb8332

Browse files
committed
update
1 parent 9189484 commit bdb8332

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crates/api/src/kube_controller/deployment.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ impl KubeController {
3535

3636
// Prepare environment-specific labels
3737
let mut environment_labels = std::collections::HashMap::new();
38-
environment_labels.insert(
39-
"lapdev.environment".to_string(),
40-
environment_name.to_string(),
41-
);
4238
environment_labels.insert("lapdev.managed-by".to_string(), "lapdev".to_string());
4339
if environment.base_environment_id.is_some() {
4440
environment_labels.insert(

0 commit comments

Comments
 (0)