Skip to content

Commit f5998e7

Browse files
committed
[feat] Add EKS Pod Identity Skip Tag
1 parent e161586 commit f5998e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

upup/models/cloudup/resources/addons/eks-pod-identity-webhook.addons.k8s.io/k8s-1.16.yaml.template

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sourced from https://github.com/aws/amazon-eks-pod-identity-webhook/tree/b19c295a269ad9de50b10e3a9cdc9ec1f7d48a19/deploy
1+
# sourced from https://github.com/aws/amazon-eks-pod-identity-webhook/tree/96f297fd31d16b3be7c814018e25a42302c23500/deploy
22
---
33
apiVersion: v1
44
kind: ServiceAccount
@@ -170,6 +170,9 @@ webhooks:
170170
operator: NotIn
171171
values:
172172
- kube-apiserver
173+
- key: eks.amazonaws.com/skip-pod-identity-webhook
174+
operator: DoesNotExist
175+
values: []
173176
rules:
174177
- operations: [ "CREATE" ]
175178
apiGroups: [""]

0 commit comments

Comments
 (0)