github.com/kyma-project/kyma/components/asset-store-controller-manager@v0.0.0-20191203152857-3792b5df17c5/config/crd/patches/cainjection_in_clusterbuckets.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: clusterbuckets.assetstore.kyma-project.io