Hello, I initially installed Rancher with the "rancher" option for the certificates using helm, I was hoping to change to Lets Encrypt once our security team put the requisite firewall rules in place which they have done. Unfortunately it seems its not as simple as changing the option to "ingress.tls.source=letsEncrypt" in my helm command, that has left me in a state where the cattle-cluster-agent is in a CrashLoopBackoff because it no longer trusts the self signed cert that was not replaced by a Lets Encrypt one. I found instructions for how to do the opposite
here in the docs and I assume the process would be similar but I can't seem to find how to fix it now. I would hope I am not the only one who tried this and someone can point me in the right direction?