Skip to content

Commit

Permalink
add: mutation process to allProcesses list (#1516)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer McCreary <spencer_mccreary@compulsivesoftware.com>

Co-authored-by: Max Smythe <smythe@google.com>
  • Loading branch information
spennymac and maxsmythe authored Aug 26, 2021
1 parent bbdcd7b commit 0fc227e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/config/process/excluder.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type Excluder struct {
var allProcesses = []Process{
Audit,
Webhook,
Mutation,
Sync,
}

Expand Down

0 comments on commit 0fc227e

Please sign in to comment.