4e63c1dda2
* Added v0.3.7 version of capi * Added v0.3.7 version of cacpk * Added v0.3.2 version of camp4 Change-Id: I7b574ef8277192be8e5162384287e9e9ec211a1e
9 lines
362 B
YAML
9 lines
362 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: metal3machinetemplates.infrastructure.cluster.x-k8s.io
|