Skip to content

Instantly share code, notes, and snippets.

@newdigate
Last active February 11, 2022 10:35
Show Gist options
  • Save newdigate/cdc4b36db7bc17d3f9586c0a83546671 to your computer and use it in GitHub Desktop.
Save newdigate/cdc4b36db7bc17d3f9586c0a83546671 to your computer and use it in GitHub Desktop.
install cert in kube.md
> export KUBECONFIG=$(PWD)/kubeconfig
> kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.7.1/cert-manager.yaml
> helm install webhook-civo https://storage.googleapis.com/charts.okteto.com/cert-manager-webhook-civo-0.2.0.tgz --namespace=cert-manager
> kubectl create secret generic civo-dns --namespace=cert-manager --from-literal=key=<your apikey>
...
> kubectl get certificate wildcard-certificate --namespace=cert-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment