The ingress controller cannot create the secret nor retrieve it.
I have succesfully installed nginx-ingress-controller and kube-lego
then I try to install croc-hunter using the command
helm install . --namespace=croc-hunter
the ingress rule gets picked up by the ingress controller but 3 errors start to be logged in the ingress controller console:
- controller.go:1047] ssl certificate "croc-hunter/foo.bar.com" does not exist in local store
- error retrieving secret croc-hunter/foo.bar.com: secret croc-hunter/foo.bar.com was not found
- error obtaining PEM from secret croc-hunter/foo.bar.com:
same thing applies if I try to install the helm chart in the default backend.
Is there something I am missing here?