Closed
Description
Issue
You may want to see about updating this doc. I ran into an error on creating the container registry at 'install cert-manager' step 5 and get the following error:
$ helm install cert-manager jetstack/cert-manager --namespace cert-manager
Error: INSTALLATION FAILED: failed post-install: 1 error occurred:
* timed out waiting for the condition
I was able to work around it by using the following command:
$ helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.17.0 --set crds.enabled=true
Suggested Fix
I was able to work around it by using the following command:
$ helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.17.0 --set crds.enabled=true