From d295d675dbca6cf40ef0a93fd515a81ad9b39f24 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 13 Jun 2024 13:18:18 -0600 Subject: [PATCH] remove the line again --- src/pkg/cluster/namespace.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/cluster/namespace.go b/src/pkg/cluster/namespace.go index f7ab83c737..6a35ee6a56 100644 --- a/src/pkg/cluster/namespace.go +++ b/src/pkg/cluster/namespace.go @@ -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 }