c12s-kubespray/roles/kubernetes-apps/ingress_controller/cert_manager
Matthew Mosesohn 27ec548b88 Add support for k8s v1.16.0-beta.2 (#5148)
Cleaned up deprecated APIs:
apps/v1beta1
apps/v1beta2
extensions/v1beta1 for ds,deploy,rs

Add workaround for deploying helm using incompatible
deployment manifest.
Change-Id: I78b36741348f47a999df3841ee63cf4e6f377830
2019-09-10 12:06:54 -07:00
..
defaults psp, roles and rbs for PodSecurityPolicy when podsecuritypolicy_enabled is true 2018-08-22 18:16:13 +02:00
tasks Revert "Optimize kube resources creation (#4572)" (#4621) 2019-04-23 20:37:23 +03:00
templates Add support for k8s v1.16.0-beta.2 (#5148) 2019-09-10 12:06:54 -07:00
README.md Integrate jetstack/cert-manager 0.2.3 to Kubespray 2018-03-31 19:29:11 +08:00

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 these subdirectories 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.