cert-manager/deploy/manifests
James Munnelly d08299c846 Update Helm chart & other docs with new URLs and info
Signed-off-by: James Munnelly <james@munnelly.eu>
2020-03-24 16:21:48 +00:00
..
00-crds.yaml Merge pull request #2625 from srbraun/crl 2020-03-23 13:33:32 +00:00
01-namespace.yaml fix namespace yaml file format 2019-10-11 15:45:10 +02:00
BUILD.bazel Automatically prepend license boilerplate header to release manifests 2020-03-11 12:08:43 +00:00
helm-values.yaml Remove deploy-gen scripts 2019-05-03 11:16:25 +01:00
README.md Update Helm chart & other docs with new URLs and info 2020-03-24 16:21:48 +00:00

Deployment files

This directory previously contained the Kubernetes manifests needed to deploy cert-manager.

For full information on deploying cert-manager, see the getting started guide.

Where are the manifests now?

From v0.8 onwards, the 'static deployment manifests' are generated automatically from the official helm chart.

When a new release of cert-manager is cut, these manifests will be automatically generated and published as an asset attached to the GitHub release.

How can I generate my own manifests?

If you want to build a copy of your own manifests for testing purposes, you can do so using Bazel.

To build the manifests, run:

$ bazel build //deploy/manifests:cert-manager.yaml
# Alternatively, build the legacy variant with:
$ bazel build //deploy/manifests:cert-manager-legacy.yaml

This will generate the static deployment manifests at bazel-bin/deploy/manifests/cert-manager.yaml.