Skip to content

Commit

Permalink
Merge branch 'main' into refactor/split-file
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 authored Jul 10, 2024
2 parents f5ed02c + ecdac0b commit 6f6dee2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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.

1 change: 1 addition & 0 deletions src/test/e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func TestMain(m *testing.M) {
e2e.ZarfBinPath = filepath.Join("build", test.GetCLIName())
e2e.ApplianceMode = os.Getenv(applianceModeEnvVar) == "true"
e2e.ApplianceModeKeep = os.Getenv(applianceModeKeepEnvVar) == "true"
e2e.RunClusterTests = true

message.SetLogLevel(message.TraceLevel)

Expand Down

0 comments on commit 6f6dee2

Please sign in to comment.