fix: Scope mutating webhook to only certificaterequest resources
Signed-off-by: Peter Fiddes <peter.fiddes@gmail.com>
This commit is contained in:
parent
cab2b3b68c
commit
b3443073fc
@ -25,7 +25,7 @@ webhooks:
|
||||
- CREATE
|
||||
- UPDATE
|
||||
resources:
|
||||
- "*/*"
|
||||
- "certificaterequests"
|
||||
admissionReviewVersions: ["v1"]
|
||||
# This webhook only accepts v1 cert-manager resources.
|
||||
# Equivalent matchPolicy ensures that non-v1 resource requests are sent to
|
||||
|
||||
Loading…
Reference in New Issue
Block a user