Install rancher 2.5 on eks , TLS cert is on the LB

Hi
How to install rancher when I want to use my LB (with ssl cert already on it) ?
and my EKS includes an ingress controller.

Do I still need to use cert-manager ?

I try to run:

helm install rancher rancher-latest/rancher \
  --namespace cattle-system \
  --set hostname=rancher.my.org

but it doesn't work

Thx

Yeah I have been facing this issues. From I read the doc they said need to --set tls=external but still not working :pensive: