Skip to content

Commit

Permalink
remove the line again
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Jun 13, 2024
1 parent fec65c3 commit d295d67
Showing 1 changed file with 0 additions and 1 deletion.
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[k8s.ZarfManagedByLabel] = "zarf"
delete(labels, k8s.AgentLabel) // remove
return labels
}

0 comments on commit d295d67

Please sign in to comment.