Skip to content

Commit

Permalink
Fix admission webhook example
Browse files Browse the repository at this point in the history
`admissionReviewVersions` and `sideEffects` fields are now required for `admissionregistration.k8s.io/v1`
  • Loading branch information
Bismarck Paliz committed Oct 28, 2020
1 parent f6ce472 commit fe32e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/user-guides/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ webhooks:
- UPDATE
resources:
- prometheusrules
admissionReviewVersions: ["v1", "v1beta1"]
sideEffects: None
```
The `caBundle` contains the base64-encoded CA certificate used to sign the
Expand Down

0 comments on commit fe32e1a

Please sign in to comment.