#1931 clarify you have to manually add the jetstack helm repo

This commit is contained in:
Marcello Romani 2019-08-19 10:16:24 +01:00
parent 8ab4dc1301
commit 266013ec8f

View File

@ -35,6 +35,9 @@ version number you want to install:
kubectl apply \
-f https://raw.githubusercontent.com/jetstack/cert-manager/<version>/deploy/manifests/00-crds.yaml
# Add the Jetstack Helm repository if you haven't already
helm repo add jetstack https://charts.jetstack.io
# Ensure the local Helm chart repository cache is up to date
helm repo update