-
-
Notifications
You must be signed in to change notification settings - Fork 137
3.3. Cert manager
Rafał Lorenz edited this page Jun 29, 2019
·
12 revisions
Installing cert manager with helm.
Install the CustomResourceDefinition resources separately
kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.8/deploy/manifests/00-crds.yaml# Add the Jetstack Helm repository
helm repo add jetstack https://charts.jetstack.io
# Update your local Helm chart repository cache
helm repo update