Skip to content

Commit

Permalink
Merge pull request #216 from DerekTBrown/derektbrown_skip_label_webhook
Browse files Browse the repository at this point in the history
feat: cannonical label for skipping pod identity webhook
  • Loading branch information
prateekgogia committed Jun 25, 2024
2 parents a8245df + 7837954 commit 96f297f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/mutatingwebhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ webhooks:
name: pod-identity-webhook
namespace: default
path: "/mutate"
objectSelector:
matchExpressions:
- key: eks.amazonaws.com/skip-pod-identity-webhook
operator: "DoesNotExist"
values: []
rules:
- operations: [ "CREATE" ]
apiGroups: [""]
Expand Down

0 comments on commit 96f297f

Please sign in to comment.