Skip to content

Commit

Permalink
fix: added validatingadmissionpolicy status controller svc acct exclu…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
henrywhitaker3 committed May 22, 2024
1 parent f96faa9 commit 289281c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/exclusions/bundles/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ func K8sBundle() bundleFunc {
Kind: "ServiceAccount",
Version: "v1",
},
{
Name: "validatingadmissionpolicy-status-controller",
Namespace: "kube-system",
Kind: "ServiceAccount",
Version: "v1",
},
},
GroupVersionResources: []exclusions.ExcludedGroupVersionResource{},
Namespaces: []string{},
Expand Down

0 comments on commit 289281c

Please sign in to comment.