Newer
Older
AnthosCertManager / config / crd / patches / webhook_in_certificates.yaml
@yangyang xie yangyang xie on 9 Nov 2022 403 bytes First Commit
# The following patch enables a conversion webhook for the CRD
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
  name: certificates.onprem.cluster.gke.io
spec:
  conversion:
    strategy: Webhook
    webhook:
      clientConfig:
        service:
          namespace: system
          name: webhook-service
          path: /convert
      conversionReviewVersions:
      - v1