Skip to content

Commit ad0a4dc

Browse files
committed
Block webhook in kube-system ns
1 parent c4e1b9d commit ad0a4dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deployments/kustomization/binder-webhook/mutating-webhook-patch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ webhooks:
1717
- key: kubernetes.io/metadata.name
1818
operator: NotIn
1919
values:
20+
- kube-system
2021
- "{{ .Release.Namespace }}"

deployments/kustomization/binder-webhook/validating-webhook-patch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ webhooks:
1717
- key: kubernetes.io/metadata.name
1818
operator: NotIn
1919
values:
20+
- kube-system
2021
- "{{ .Release.Namespace }}"

0 commit comments

Comments
 (0)