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

     1  # The following patch enables conversion webhook for CRD
     2  # CRD conversion requires k8s 1.13 or later.
     3  apiVersion: apiextensions.k8s.io/v1
     4  kind: CustomResourceDefinition
     5  metadata:
     6    name: nodes.ethereum.kotal.io
     7  spec:
     8    conversion:
     9      strategy: Webhook
    10      webhook:
    11        clientConfig:
    12          service:
    13            namespace: system
    14            name: webhook-service
    15            path: /convert
    16        conversionReviewVersions:
    17          - v1