cert-manager/deploy/manifests
James Munnelly 39ed0fbe6e Add note about disabling validation on existing namespaces to Helm chart
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-24 11:24:08 +00:00
..
00-crds.yaml Remove DNS Names & CN from cert printer columns 2019-01-16 19:11:44 +00:00
01-namespace.yaml Include CRD and Namespace resources in static deployment manifest file 2019-01-10 16:54:45 +00:00
cert-manager-no-webhook.yaml Add note about disabling validation on existing namespaces to Helm chart 2019-01-24 11:24:08 +00:00
cert-manager.yaml Add note about disabling validation on existing namespaces to Helm chart 2019-01-24 11:24:08 +00:00
helm-values.yaml Remove CRDs from Helm chart and introduce 00-crds.yaml file 2018-12-04 18:11:13 +00:00
README.md Generate static manifest with webhook disabled 2019-01-22 16:11:53 +00:00

Deployment files

This directory contains the Kubernetes manifests needed to deploy cert-manager.

For full information on deploying cert-manager, see the getting started guide.

Where do these come from?

The manifests in this are generated from the Helm chart automatically. The helm-values.yaml file in this directory is used to generate the cert-manager.yaml manifest.

They are automatically generated using bazel run //hack:update-deploy-gen.

The cert-manager-no-webhook.yaml file should only be used in cases where you are deploying to a cluster older than v1.9 or otherwise are not able to make use of ValidatingWebhookConfiguration resources due to your apiserver not being configured properly. For more information on the webhook component, please read the 'Resource Validation Webhook' document under the 'Administrative tasks' section of the documentation.