cert-manager/deploy/manifests/README.md
James Munnelly 5a17c58c03 Rearrange Helm charts into deploy/ and test/e2e/charts directories
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:19:49 +00:00

562 B

Deployment files

This directory contains example deployment manifests for cert-manager that can be used in place of the official Helm chart.

This is useful if you are deploying cert-manager into an environment without Helm, or want to inspect a 'bare minimum' deployment.

Where do these come from?

The manifests in this are generated from the Helm chart automatically. The values.yaml files used to configure cert-manager can be found in hack/deploy.

They are automatically generated by running ./hack/update-deploy-gen.sh.