cert-manager/deploy/manifests
jetstack-bot 2f03013a64
Merge pull request #2135 from JoshVanL/update-docs-webhook-v0.11
Updates documentation to remove outdated information and namespace validation
2019-10-02 19:17:11 +01:00
..
00-crds.yaml Adds status sub resource and changes updates 2019-09-30 13:47:50 +01:00
01-namespace.yaml Updates documentation to remove outdated information and removes 2019-10-01 16:10:06 +01:00
BUILD.bazel Move crd generation macro into hack/build 2019-09-27 12:07:08 +01:00
helm-values.yaml Remove deploy-gen scripts 2019-05-03 11:16:25 +01:00
README.md Update README text in manifests directory 2019-05-03 12:19:24 +01: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 the 'release' tool in this repository.

To build the manifests, run:

$ bazel run //hack/release -- \
    --manifests \
    --app-version={image tag} \
    --docker-repo=quay.io/myuser

This will generate static deployment manifests that are configured to use the specified image repository and tag, making it easy for you to test and distribute sample manifests.