Skip to content

Commit

Permalink
Merge pull request #21 from deckhouse/mutate-policy
Browse files Browse the repository at this point in the history
[webhook] set mutate policy to Fail
  • Loading branch information
trublast authored Dec 10, 2024
2 parents 28e8abb + d980e4d commit ebfd901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ webhooks:
- "*"
resources:
- pods
failurePolicy: Ignore
failurePolicy: Fail
namespaceSelector:
matchExpressions:
- key: kubernetes.io/metadata.name
Expand Down

0 comments on commit ebfd901

Please sign in to comment.