Skip to content

Commit

Permalink
fix: revert fix: remove ignore label when adopting resource (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 authored Jul 10, 2024
1 parent 7288cf2 commit 0547977
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion src/pkg/cluster/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ func AdoptZarfManagedLabels(labels map[string]string) map[string]string {
labels = make(map[string]string)
}
labels[ZarfManagedByLabel] = "zarf"
delete(labels, AgentLabel)
return labels
}
25 changes: 0 additions & 25 deletions src/pkg/cluster/namespace_test.go

This file was deleted.

0 comments on commit 0547977

Please sign in to comment.