You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kubectl apply -f kubernetes/validating-webhook-configuration.yaml
error: error validating "kubernetes/validating-webhook-configuration.yaml": error validating data: ValidationError(ValidatingWebhookConfiguration): unknown field "webHooks" in io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration; if you choose to ignore these errors, turn validation off with --validate=false
This can be fixed simply by changing webHooks to webhooks:
When I run the following, I get the error:
This can be fixed simply by changing webHooks to webhooks:
My kubectl version:
I can submit a PR if you want me to, but this is a simple fix so...
The text was updated successfully, but these errors were encountered: