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