Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 0aac07d

Browse files
authored
Merge pull request #1048 from adrianludwin/v0.5-webhook-timeout
Add timeoutSeconds patch for webhook configuration
2 parents 94fb43a + ebaa91a commit 0aac07d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Diff for: incubator/hnc/config/webhook/kustomization.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ resources:
44

55
configurations:
66
- kustomizeconfig.yaml
7+
8+
patchesStrategicMerge:
9+
- webhook_patch.yaml

Diff for: incubator/hnc/config/webhook/webhook_patch.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
apiVersion: admissionregistration.k8s.io/v1beta1
3+
kind: ValidatingWebhookConfiguration
4+
metadata:
5+
name: validating-webhook-configuration
6+
webhooks:
7+
- name: objects.hnc.x-k8s.io
8+
timeoutSeconds: 2

0 commit comments

Comments
 (0)