You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
616 B

  1. Deployment files
  2. ================
  3. This directory contains example deployment manifests for cert-manager that can
  4. be used in place of the official Helm chart.
  5. This is useful if you are deploying cert-manager into an environment without
  6. Helm, or want to inspect a 'bare minimum' deployment.
  7. Where do these come from?
  8. -------------------------
  9. The manifests in these subdirectories are generated from the Helm chart
  10. automatically. The `values.yaml` files used to configure cert-manager can be
  11. found in [`hack/deploy`](../../hack/deploy/).
  12. They are automatically generated by running `./hack/update-deploy-gen.sh`.