cf1f55f3ca
* upgrade cabpk to v0.3.7 Change-Id: Ib6343048eccc95e4b941cf83103cc763b866c687 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
9 lines
357 B
YAML
9 lines
357 B
YAML
# The following patch adds a directive for certmanager to inject CA into the CRD
|
|
# CRD conversion requires k8s 1.13 or later.
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
annotations:
|
|
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
|
|
name: kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io
|