Skip to content

Commit

Permalink
revert changes in k8s/config/webhook/manifests.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: zhuyi1159 <1159751291@qq.com>
  • Loading branch information
zhuyi1159 committed Sep 14, 2023
1 parent 0f9a08e commit f444894
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions k8s/config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: mutating-webhook-configuration
webhooks:
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -26,7 +26,7 @@ webhooks:
- backups
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -46,7 +46,7 @@ webhooks:
- globalobjects
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -66,7 +66,7 @@ webhooks:
- localobjects
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -86,7 +86,7 @@ webhooks:
- operations
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -106,7 +106,7 @@ webhooks:
- recovers
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -126,7 +126,7 @@ webhooks:
- sidecars
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -146,7 +146,7 @@ webhooks:
- vineyardds
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -166,7 +166,7 @@ webhooks:
- pods
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -185,7 +185,7 @@ webhooks:
- pods
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -212,7 +212,7 @@ metadata:
name: validating-webhook-configuration
webhooks:
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -232,7 +232,7 @@ webhooks:
- backups
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -252,7 +252,7 @@ webhooks:
- globalobjects
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -272,7 +272,7 @@ webhooks:
- localobjects
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -292,7 +292,7 @@ webhooks:
- operations
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -312,7 +312,7 @@ webhooks:
- recovers
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand All @@ -332,7 +332,7 @@ webhooks:
- sidecars
sideEffects: None
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
service:
name: webhook-service
Expand Down

0 comments on commit f444894

Please sign in to comment.