Skip to content

Commit 96f297f

Browse files
authored
Merge pull request #216 from DerekTBrown/derektbrown_skip_label_webhook
feat: cannonical label for skipping pod identity webhook
2 parents a8245df + 7837954 commit 96f297f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deploy/mutatingwebhook.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ webhooks:
1313
name: pod-identity-webhook
1414
namespace: default
1515
path: "/mutate"
16+
objectSelector:
17+
matchExpressions:
18+
- key: eks.amazonaws.com/skip-pod-identity-webhook
19+
operator: "DoesNotExist"
20+
values: []
1621
rules:
1722
- operations: [ "CREATE" ]
1823
apiGroups: [""]

0 commit comments

Comments
 (0)