sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/config-capi/crd/patches/cainjection_in_machinedeployments.yaml (about)

     1  # The following patch adds a directive for certmanager to inject CA into the CRD
     2  # CRD conversion requires k8s 1.13 or later.
     3  apiVersion: apiextensions.k8s.io/v1beta1
     4  kind: CustomResourceDefinition
     5  metadata:
     6    annotations:
     7      certmanager.k8s.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
     8    name: machinedeployments.cluster.x-k8s.io