Skip to content

Commit

Permalink
Fix webhook admission example (#17179)
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt authored and k8s-ci-robot committed Oct 28, 2019
1 parent 4b33e8a commit aad4f0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ Use the object selector only if the webhook is opt-in, because end users may ski

This example shows a mutating webhook that would match a `CREATE` of any resource with the label `foo: bar`:

{{< tabs name="ValidatingWebhookConfiguration_example_1" >}}
{{< tabs name="objectSelector_example" >}}
{{% tab name="admissionregistration.k8s.io/v1" %}}
```yaml
apiVersion: admissionregistration.k8s.io/v1
Expand Down

0 comments on commit aad4f0b

Please sign in to comment.