#1931 clarify you have to manually add the jetstack helm repo
This commit is contained in:
parent
8ab4dc1301
commit
266013ec8f
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user