cert-manager/deploy/crds
irbekrm db8c6999a8 Remove leftover cainjector annotations from our CRDs
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-05-09 17:24:30 +01:00
..
BUILD.bazel change startupapicheck to helm post-install hook 2021-07-30 16:04:55 +02:00
crd-certificaterequests.yaml Merge pull request #4792 from JoshVanL/controllers-server-side-apply-certificaterequests 2022-02-16 10:57:37 +00:00
crd-certificates.yaml Rename issuanceAttempts -> failedIssuanceAttempts 2022-03-21 07:33:51 +00:00
crd-challenges.yaml Change label description for HTTP-01 Gateway API solver and fix tests 2022-03-30 12:52:34 +01:00
crd-clusterissuers.yaml Change label description for HTTP-01 Gateway API solver and fix tests 2022-03-30 12:52:34 +01:00
crd-issuers.yaml Remove leftover cainjector annotations from our CRDs 2022-05-09 17:24:30 +01:00
crd-orders.yaml Remove leftover cainjector annotations from our CRDs 2022-05-09 17:24:30 +01:00
README.md

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.