mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-09 18:57:35 +00:00
Merge pull request #80 from skeeey/webhook-timeout
increase webhook timeout
This commit is contained in:
@@ -23,4 +23,4 @@ webhooks:
|
||||
- managedclustersetbindings
|
||||
admissionReviewVersions: ["v1beta1"]
|
||||
sideEffects: None
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
|
||||
@@ -23,4 +23,4 @@ webhooks:
|
||||
- managedclusters
|
||||
admissionReviewVersions: ["v1beta1"]
|
||||
sideEffects: None
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
|
||||
@@ -23,4 +23,4 @@ webhooks:
|
||||
- managedclusters
|
||||
admissionReviewVersions: ["v1beta1"]
|
||||
sideEffects: None
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
|
||||
@@ -23,4 +23,4 @@ webhooks:
|
||||
- manifestworks
|
||||
admissionReviewVersions: ["v1beta1"]
|
||||
sideEffects: None
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
|
||||
@@ -1165,7 +1165,7 @@ webhooks:
|
||||
- managedclustersetbindings
|
||||
admissionReviewVersions: ["v1beta1"]
|
||||
sideEffects: None
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
`)
|
||||
|
||||
func manifestsClusterManagerClusterManagerRegistrationWebhookClustersetbindingValidatingconfigurationYamlBytes() ([]byte, error) {
|
||||
@@ -1300,7 +1300,7 @@ webhooks:
|
||||
- managedclusters
|
||||
admissionReviewVersions: ["v1beta1"]
|
||||
sideEffects: None
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
`)
|
||||
|
||||
func manifestsClusterManagerClusterManagerRegistrationWebhookMutatingconfigurationYamlBytes() ([]byte, error) {
|
||||
@@ -1420,7 +1420,7 @@ webhooks:
|
||||
- managedclusters
|
||||
admissionReviewVersions: ["v1beta1"]
|
||||
sideEffects: None
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
`)
|
||||
|
||||
func manifestsClusterManagerClusterManagerRegistrationWebhookValidatingconfigurationYamlBytes() ([]byte, error) {
|
||||
@@ -1721,7 +1721,7 @@ webhooks:
|
||||
- manifestworks
|
||||
admissionReviewVersions: ["v1beta1"]
|
||||
sideEffects: None
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
`)
|
||||
|
||||
func manifestsClusterManagerClusterManagerWorkWebhookValidatingconfigurationYamlBytes() ([]byte, error) {
|
||||
|
||||
Reference in New Issue
Block a user