kube-anesthesia/config/crd/patches/webhook_in_anesthesianodes.yaml
Frank Villaro-Dixon b604483aef wip
Signed-off-by: Frank Villaro-Dixon <frank.villarodixon@merkle.com>
2023-06-01 23:35:03 +02:00

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