Skip to content

Commit 5c5c2a7

Browse files
committed
fix: configure webhook to ignore kube-system
Fixes #461.
1 parent 1a99e64 commit 5c5c2a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/webhook/core_webhook.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ webhooks:
3939
failurePolicy: Ignore
4040
name: pods.proxy.cloudsql.google.com
4141
matchPolicy: Equivalent
42+
namespaceSelector:
43+
matchExpressions:
44+
- key: kubernetes.io/metadata.name
45+
operator: NotIn
46+
values:
47+
- kube-system
4248
rules:
4349
- apiGroups:
4450
- ""

0 commit comments

Comments
 (0)