b604483aef
Signed-off-by: Frank Villaro-Dixon <frank.villarodixon@merkle.com>
16 lines
402 B
YAML
16 lines
402 B
YAML
# The following patch enables a conversion webhook for the CRD
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: anesthesianodes.anesthesia.k3s.fr
|
|
spec:
|
|
conversion:
|
|
strategy: Webhook
|
|
webhook:
|
|
clientConfig:
|
|
service:
|
|
namespace: system
|
|
name: webhook-service
|
|
path: /convert
|
|
conversionReviewVersions:
|
|
- v1
|