add ability to specify more subject attributes for csr Signed-off-by: Joshua Mathianas <mathianasj@gmail.com> |
||
|---|---|---|
| .. | ||
| 00-crds.yaml | ||
| 01-namespace.yaml | ||
| BUILD.bazel | ||
| helm-values.yaml | ||
| README.md | ||
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.