Skip to content

Commit 7053f67

Browse files
authored
fix kustomize build error by correcting webhook name (#4513)
1 parent fd79768 commit 7053f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webhook/globalaccelerator_validator_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: admissionregistration.k8s.io/v1
33
kind: ValidatingWebhookConfiguration
44
metadata:
5-
name: webhook-configuration
5+
name: webhook
66
webhooks:
77
- name: vglobalaccelerator.aga.k8s.aws
88
rules:

0 commit comments

Comments
 (0)