Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1048 from adrianludwin/v0.5-webhook-timeout
Browse files Browse the repository at this point in the history
Add timeoutSeconds patch for webhook configuration
  • Loading branch information
k8s-ci-robot authored Aug 25, 2020
2 parents 94fb43a + ebaa91a commit 0aac07d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions incubator/hnc/config/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ resources:

configurations:
- kustomizeconfig.yaml

patchesStrategicMerge:
- webhook_patch.yaml
8 changes: 8 additions & 0 deletions incubator/hnc/config/webhook/webhook_patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration
metadata:
name: validating-webhook-configuration
webhooks:
- name: objects.hnc.x-k8s.io
timeoutSeconds: 2

0 comments on commit 0aac07d

Please sign in to comment.