cert-manager/deploy/crds
jetstack-bot fcf54969dd
Merge pull request #3489 from exceptionfactory/3373-truststore-p12
Add creation of truststore.p12 from CA
2020-12-11 10:21:07 +00:00
..
BUILD.bazel Fix CRD targets 2020-12-01 16:43:16 +01:00
crd-certificaterequests.yaml Update CRDs 2020-08-27 15:49:30 +02:00
crd-certificates.yaml Updated CRDs #3373 2020-12-08 11:49:31 -05:00
crd-challenges.yaml Update storage version 2020-08-20 14:28:06 +01:00
crd-clusterissuers.yaml Implement feedback 2020-11-20 09:46:49 +01:00
crd-issuers.yaml Implement feedback 2020-11-20 09:46:49 +01:00
crd-orders.yaml Update CRDs 2020-11-20 09:46:49 +01:00
README.md Remove the legacy release 2020-12-01 16:17:07 +01:00

CRDs source directory

Warning

: if you are an end-user, you do NOT need to use the files in this directory. These files are for development purposes only.

This directory contains 'source code' used to build our CustomResourceDefinition resources in a way that can be consumed by all our different deployment methods.

This package exposes a number of different Bazel targets:

  • templates: the Helm templates for the CRD manifests
  • crds: the templated CRD manifests (after running helm template)
  • crd.templated: for each CRD type, the one CRD after running helm template
  • templated_files: a filegroup containing all of the individual templated CRD files

Most users should never utilise the files in this directory directly. Instead, Bazel build targets in other packages (i.e. //deploy/manifests, //deploy/charts etc) will be configured to automatically consume the appropriate artifact listed above.