Skip to content

3.3. Cert manager

Rafał Lorenz edited this page Jun 29, 2019 · 12 revisions

Installing cert manager with helm.

Install resources

Install the CustomResourceDefinition resources separately

kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.8/deploy/manifests/00-crds.yaml

Add external charts repository

# Add the Jetstack Helm repository
helm repo add jetstack https://charts.jetstack.io
# Update your local Helm chart repository cache
helm repo update

Clone this wiki locally