Skip to content

Commit

Permalink
Merge pull request #80 from MikeSpreitzer/fix-79
Browse files Browse the repository at this point in the history
🐛 Remove bogus exclusion of Namespace and Service
  • Loading branch information
pdettori authored Aug 30, 2024
2 parents 5e3d108 + 55d0c34 commit 15b6491
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ var excludedGVKs = map[string]bool{
"rbac.authorization.k8s.io/v1, Kind=RoleBinding": true,
"/v1, Kind=Secret": true,
"/v1, Kind=ConfigMap": true,
"/v1, Kind=Namespace": true,
"/v1, Kind=ServiceAccount": true,
"/v1, Kind=Service": true,
}

// Agent tracks objects applied by the work agent by watching
Expand Down

0 comments on commit 15b6491

Please sign in to comment.