Skip to content

Instantly share code, notes, and snippets.

@parisnakitakejser
Created January 29, 2022 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parisnakitakejser/c6581254828f659511e7878cce70635a to your computer and use it in GitHub Desktop.
Save parisnakitakejser/c6581254828f659511e7878cce70635a to your computer and use it in GitHub Desktop.
Install cert-manager into Kubernetes cluster with Helm
helm repo add jetstack https://charts.jetstack.io
helm repo update
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.0/cert-manager.crds.yaml
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment