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
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Jul 23, 2024
1 parent 4f21d8b commit 7c2d16a
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 7c2d16a

Please sign in to comment.