github.com/kotalco/kotal@v0.3.0/config/crd/patches/webhook_in_polkadot_nodes.yaml (about)

     1  apiVersion: apiextensions.k8s.io/v1
     2  kind: CustomResourceDefinition
     3  metadata:
     4    name: nodes.polkadot.kotal.io
     5  spec:
     6    conversion:
     7      strategy: Webhook
     8      webhook:
     9        clientConfig:
    10          service:
    11            namespace: system
    12            name: webhook-service
    13            path: /convert
    14        conversionReviewVersions:
    15          - v1