Skip to content

Commit

Permalink
feat(admission): add delete RBAC for datadog-webhook (#1591)
Browse files Browse the repository at this point in the history
Signed-off-by: Wassim DHIF <[email protected]>
  • Loading branch information
wdhif authored Dec 27, 2024
1 parent 6eae617 commit 0ca2c91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func getRBACClusterPolicyRules(webhookName string, cwsInstrumentationEnabled boo
rbac.ListVerb,
rbac.WatchVerb,
rbac.UpdateVerb,
rbac.DeleteVerb,
},
},
// ExtendedDaemonsetReplicaSets
Expand Down

0 comments on commit 0ca2c91

Please sign in to comment.