...

Text file src/edge-infra.dev/config/pallets/sds/display/base/crds/nodedisplayconfig-conversion-patch.yaml

Documentation: edge-infra.dev/config/pallets/sds/display/base/crds

     1apiVersion: apiextensions.k8s.io/v1
     2kind: CustomResourceDefinition
     3metadata:
     4  name: nodedisplayconfigs.display.edge.ncr.com
     5  annotations:
     6    cert-manager.io/inject-ca-from: display/display-webhook
     7spec:
     8  conversion:
     9    strategy: Webhook
    10    webhook:
    11      clientConfig:
    12        service:
    13          name: display-webhook
    14          namespace: display
    15          path: /convert
    16      conversionReviewVersions:
    17      - v1

View as plain text