c12s-kubespray/roles/kubernetes-apps/ingress_controller/cert_manager
Wong Hoi Sing Edison 18612b3501 cert-manager: Upgrade to 0.4.1
Upstream Changes:

-   cert-manager 0.4.1 (https://github.com/jetstack/cert-manager/releases/tag/v0.4.1)

Our Changes:

-   Better templates sync with upstream manifests
-   Remove fancy resources requests/limits customization
2018-08-16 08:47:01 +08:00
..
defaults cert-manager: Upgrade to 0.4.1 2018-08-16 08:47:01 +08:00
tasks cert-manager: Upgrade to 0.3.2 2018-07-10 08:48:44 +08:00
templates cert-manager: Upgrade to 0.4.1 2018-08-16 08:47:01 +08: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.